Changelog
0.8.1 (2023-07-18)
Implemented enhancements:
- Add Protobuf support to
ListFieldFetcher
and add tests #139 - Add a header for distinguishing the services in logs #133
- Gateway key serializer should be set by the keyArgument type #120
- Create range index on
--range-key
field in mirror #119 - Deploy mirror with
--range-key
argument #117 - Ingest newly created topics into topic registry over Gateway #111
Fixed bugs:
- Fix deletion of Mirrors with
--range-key
option #155 - Fix typo in the range-key docs #145
- Logging configuration over the config-map does not work properly #144
- keyField fetching raises error #137
- Topic Registry should store the precise schema type #78
Updated dependencies:
Documentation updates:
- Add documentation for the range queries with
range-key
#135
Miscellaneous:
- Add tests for GenericRecord and DynamicMessage types of the
keyFieldFetcher
and theListFieldFetcher
#140 - Create E2E test for range queries with
range-key
#134 - Proposal: Quick-Logging Approach #129
- Refine and standardise logs #127
- Refactor Mirror topology #124
- Design: Range queries V1.1 Range over value fields #114
- Replace deprecated
set-output
commands #109