Changelog History
Page 31
-
v28.1.18 Changes
February 24, 2020- ๐ Release 28.1.18 (#184)
- ๐ Fix bug in PDL encoding logic for imports when there are conflicting types in use. (#183)
- ๐ Configure Travis to only build on master and tags (#182)
- ๐ Fix the release script, release from tags (#180)
- โจ Enhance MockCollectionResponseFactory to mock custom metadata in collection responses. (#174)
- Create .travis.yml (#172)
- โ Disable flaky tests (#171)
-
v28.1.17 Changes
February 13, 2020- ๐ Release version 28.1.17 (#170)
- ๐ Fix bug that would cause pdl encoder to import types conflicting with inline types. (#169)
- Properly escape union member aliases and enum symbols in PDL (#168)
- ๐ Change PDL property encoding logic to expand maps with multiple entries (#166)
-
v28.1.16 Changes
February 11, 2020(RB=1965446) ๐ฒ Enable debug logging only in DEBUG mode in ResolvedPropertiesReaderVisitor
-
v28.1.15 Changes
February 04, 2020(RB=1955795) โ Provide an optional fast path for codecs to read ByteStrings directly, and provide an implementation utilizing this for Protobuf. Close the underlying stream sources when using the Protobuf codec ๐ Improve string decoding performance for Protobuf codec โ Add an option in symbol table provider to pass in a list of overridden symbols if clients don't want to use the RuntimeSymbolTableGenerator for some reason
(RB=1958100) Emit method definitions in deterministic order
-
v28.1.14 Changes
January 10, 2020(RB=1946908) Support long for HTTP_IDLE_TIMEOUT and HTTP_SSL_IDLE_TIMEOUT
(RB=1930512) โ Add support for delegated property in ClusterProperties, and new property keys for Dark Cluster multiplier
-
v28.1.13 Changes
January 31, 2020(RB=1952903) ๐ Fix the logic in SchemaParser to match SchemaResolver when loading pegaus schemas from jar files.
-
v28.1.12 Changes
January 28, 2020(RB=1943306) ๐ Fix server error response for bad input entity, to return bad request in response
(RB=1948470) ๐ Fix bug that would cause schema translator to fail if run on MPs with multiple modules containing PDSC files.
-
v28.1.11 Changes
January 27, 2020(RB=1943392) Publish all schemas as-is, temporarily publish translated PDSC schemas
(RB=1946416) ๐ฒ Suppress logging statement in ResolvedPropertiesReaderVisitor
(RB=1934338) โก๏ธ Guard against NPE when RestLiServiceException is initialized with null status. Also updates server logic to handle null status cleanly. This change should not affect clients based on the following points: -> Today, if status is null, the framework code throws NPE when serializing the exception or converting to Response. This NPE is then handled as unknown error and returned as 500 error to client. -> With this change, clients will still get 500 error, with the correct error details serialized in the body. -> The Rest.Li filter chain will continue to see the actual exception (with null status), thus not affecting any custom filter behavior.
(RB=1885009) โ Add "validateSchemaAnnotationTask" gradle task for validating schema annotations
-
v28.1.10 Changes
January 13, 2020(RB=1932852) ๐ฆ Expose some utility methods for use elsewhere
(RB=1929668) ๐ฆ Expose action return type in FilterRequestContext
-
v28.1.9 Changes
January 09, 2020(RB=1929558) โ Add back TransportHealthCheck constructor and deprecate it.