Releases: guardian/scrooge-extras
v3.0.3
v3.0.2
Release run: #3
What's Changed
- Add CI with GitHub Actions by @rtyley in #31
- Update typescript version in test projects by @georgeblahblah in #32
- Fix release process by @Divs-B in #33
- Temporarily disable compatibility testing as last release failed... by @rtyley in #34
New Contributors
Full Changelog: v3.0.0...v3.0.2
3.0.0
Updates scrooge to 22.7.0 and bumps other dependencies.
Note that this update has 22.2.0 which strictly enforces the reserved Keywords https://twitter.github.io/scrooge/changelog.html#id5
The list of reserved keywords are: https://github.com/twitter/scrooge/blob/a647e1d9dfbd2935cbfdac84fceb72b9cc9267f2/scrooge-generator/src/main/scala/com/twitter/scrooge/frontend/ThriftKeywords.scala#L10
As a result of this the client for scrooge-extras
which is content-api-model
is not able to pass the CI test as we are using end
reserved keyword in our v1.thrift file. ref: guardian/content-api-models#231
1.4.0
Updates @types/thrift
to 0.10.10
and thrift
to 0.13.0
.
This may introduce a breaking change for Int64
conversions. Please refer to the notes.