Skip to content

Commit 6118a61

Browse files
authored
Update CHANGELOG.md
1 parent a08c2a2 commit 6118a61

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 5.7.0
4+
* Bumping backoff dependency to 1.8.0 for aiohttp support
5+
* Added `get_selected_streams` to the `Catalog` class that orders streams returned with `currently_syncing` from state (if present) at the front of the list. [#100](https://github.com/singer-io/singer-python/pull/100)
6+
* Added helper called `write_catalog` for use in discovery mode [#101](https://github.com/singer-io/singer-python/pull/101)
7+
38
## 5.6.1
49
* Retain argument paths in `parse_args` [#88](https://github.com/singer-io/singer-python/pull/88)
510

@@ -31,6 +36,3 @@
3136

3237
## 5.0.5
3338
* Sets the default format for dates to use %04Y so dates < 1000 are formatted with leading zeroes [#65](https://github.com/singer-io/singer-python/pull/65)
34-
35-
## 5.7.0
36-
* Bumping backoff dependency to 1.8.0 for aiohttp support

0 commit comments

Comments
 (0)