Releases: higherkindness/mu-scala
Releases · higherkindness/mu-scala
v0.13.2
v0.13.1
v0.13.0
- Fixes title formatting in SSL/TLS (#202)
- Fixes
idlgen-sbt
release Process in Travis (#204) - Solves encoding issues in docs (#207)
- Fixes in idlGen header, docs and tests (#208)
- Ignore intermittently-failing tests on Travis (#209)
- Scala source generation from Avro IDL (#210)
- Dependency updates (#211)
- Release 0.13.0 (#212)
v0.12.0
- Merge sbt-freestyle-protogen into freestyle-rpc codebase, and update @rpc processing to handle latest `freestyle-rpc syntax (#184)
- IdlGen refactoring to prepare for eventual Avro support, with Proto generation style fixes (#186)
- Project Upgrade (#187)
- Fixed stacktraces in tests caused by unclosed channels (#189)
- sbt build config refactoring, with dependency updates (#188)
- Upgrades to Freestyle 0.8.0 (#193)
- Fixes Snapshot Publish (#194)
- [Docs] Split into different sections (#190)
- Avro IDL Support (#195)
- Releases frees-rpc 0.12.0 (#198)
v0.11.1
v0.11.0
- Now the service requires an Effect instead of AsyncContext and
Task ~> M
(#150) - fs2.Stream Support (#152)
- Updates build by using sbt-freestyle 0.13.16 (#154)
- Upgrades fs2-reactive-streams lib (#155)
- Change implicit StreamObserver conversions to syntax (#157)
- Upgrades to fs2-reactive-streams 0.4.0 (#158)
- Update fs2-reactive-streams (#160)
- Refactor service macro (#159)
- Build Upgrade (#163)
- Allows adding compression at method level (#161)
- Add non request statements to
Client
(#165) - SSL/TLS Encryption Support (Netty) (#162)
- Update grpc to 1.9.1 (#166)
- Releases frees-rpc 0.11.0 (#167)
v0.10.0
- gRPC Services Metrics using Prometheus (#138)
- gRPC Client Metrics using Prometheus (#139)
- Metrics DSL (#140)
- Adds Dropwizard Metrics Support (#141)
- Adds frees-rpc-testing including grpc-testing dependency (#142)
- Adds some GRPC testing utilities (#143)
- Monadic Server Start/RPC Calls/Stop in Tests (#144)
- Fixes random test failure (#147)
- Updates Docs regarding Metrics Reporting (#145)
- Releases frees-rpc 0.10.0 (#146)