You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
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
+
3
8
## 5.6.1
4
9
* Retain argument paths in `parse_args`[#88](https://github.com/singer-io/singer-python/pull/88)
5
10
@@ -31,6 +36,3 @@
31
36
32
37
## 5.0.5
33
38
* 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