Skip to content

Releases: moia-oss/teleproto

Teleproto 1.9.0

03 Nov 06:31
c25b951
Compare
Choose a tag to compare

Now available for Scala 2.12 and 2.13 ❤️

API / Feature enhancements

  • Add an extension point for customizable JSON parser (#68 by @joroKr21)

Bug fixes

  • Fix support for enums and sealed traits (#65 by @joroKr21)

Build changes

Depndency updates

[v1.8.0] Macro bundles and Reader/Writer API

21 Oct 10:17
6075609
Compare
Choose a tag to compare

API additions

Macro changes

Build changes

Dependency updates

First public release to Sonatype

06 Jan 14:55
v1.2.0
9bf2b73
Compare
Choose a tag to compare

Adds a teleproto Reader for PbResult, see #14 by @markus1189

[v1.1.1] Build for Scala 2.12.10 and 2.13.1

23 Oct 09:14
bcfe892
Compare
Choose a tag to compare
[v1.1.1] Cross-compile for 2.13 (#8)

* Upgrade sbt
* Upgrade plugins
* Upgrade build.sbt dependencies and add Scala 2.13 as target
* Import scala-reflect explicitly to fix macros.blackbox issue
* Fix deprecations
* Make it cross-compile
* Increase scala version 2.12.9 to 2.12.10
* Refine scala-reflect import
* Replace filterKeys with toList.collect to get rid of deprecation warnings
* Add coursier cache

Co-authored-by: @kanbara <[email protected]>
Co-authored-by: @markus1189 <[email protected]>
Co-authored-by: @tmzint <[email protected]>