File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed
tap-template/{{cookiecutter.tap_id}}
target-template/{{cookiecutter.target_id}} Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
9
9
10
+ ## v0.8.0 (2022-08-05)
11
+
12
+ ### 🐛 Fixes
13
+
14
+ - [ #784 ] ( https://github.com/meltano/sdk/issues/784 ) Update return type for ` backoff_max_tries ` to reflect it accepts a callable that returns an integer
15
+ - [ #874 ] ( https://github.com/meltano/sdk/issues/874 ) Singer metrics are now properly emitted in JSON format --_ Thanks, ** @Jack-Burnett !** _
16
+
17
+ ### 📚 Documentation Improvements
18
+
19
+ - [ #869 ] ( https://github.com/meltano/sdk/issues/869 ) Cleanup whitespace in backoff code samples
20
+
21
+
10
22
## v0.7.0 (2022-07-21)
11
23
12
24
### ✨ New
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "Apache 2.0"
12
12
[tool .poetry .dependencies ]
13
13
python = " <3.11,>=3.7.1"
14
14
requests = " ^2.25.1"
15
- singer-sdk = " ^0.7 .0"
15
+ singer-sdk = " ^0.8 .0"
16
16
17
17
[tool .poetry .dev-dependencies ]
18
18
pytest = " ^6.2.5"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "Apache 2.0"
12
12
[tool .poetry .dependencies ]
13
13
python = " <3.11,>=3.7.1"
14
14
requests = " ^2.25.1"
15
- singer-sdk = " ^0.7 .0"
15
+ singer-sdk = " ^0.8 .0"
16
16
17
17
[tool .poetry .dev-dependencies ]
18
18
pytest = " ^6.2.5"
Original file line number Diff line number Diff line change 25
25
author = "Meltano Core Team and Contributors"
26
26
27
27
# The full version, including alpha/beta/rc tags
28
- release = "0.7 .0"
28
+ release = "0.8 .0"
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " singer-sdk"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
description = " A framework for building Singer taps"
5
5
authors = [" Meltano Team and Contributors" ]
6
6
maintainers = [" Meltano Team and Contributors" ]
@@ -102,7 +102,7 @@ markers = [
102
102
103
103
[tool .commitizen ]
104
104
name = " cz_customize"
105
- version = " 0.7 .0"
105
+ version = " 0.8 .0"
106
106
tag_format = " v$major.$minor.$patch$prerelease"
107
107
version_files = [
108
108
" docs/conf.py" ,
You can’t perform that action at this time.
0 commit comments