Skip to content

Releases: guardian/scrooge-extras

v3.0.3

27 Feb 19:22
ae29a16
Compare
Choose a tag to compare

Release run: #4

What's Changed

  • Revert "Temporarily disable compatibility testing as last release failed..." by @rtyley in #35

Full Changelog: v3.0.2...v3.0.3

v3.0.2

18 Jan 18:06
Compare
Choose a tag to compare

Release run: #3

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.2

3.0.0

20 Dec 14:21
Compare
Choose a tag to compare

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

11 May 13:27
Compare
Choose a tag to compare

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.

1.2.6

12 Feb 12:17
Compare
Choose a tag to compare

#13 Fix an issue with the parser where if a collection is empty the parsing fail for the remaining properties.