All Versions
1081
Latest Version
Avg Release Cycle
3 days
Latest Release
134 days ago

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.