Releases: hyperledger/firefly-common
Releases · hyperledger/firefly-common
v1.4.14
v1.4.13
What's Changed
- [ffresty] [bug] Set maxConnsPerHost Based on Config by @onelapahead in #153
- [ffresty] maxIdleConnsPerHost Setting by @onelapahead in #154
- [pkg/metric] - Add the ability to register a new metrics collector to the registry by @calbritt in #155
New Contributors
Full Changelog: v1.4.12...v1.4.13
v1.4.12
What's Changed
- [fswatcher] File Reconciler w/ Resync Interval by @onelapahead in #149
- Provide the client certificate without relying on golang matching it by @EnriqueL8 in #152
Full Changelog: v1.4.11...v1.4.12
v1.4.11
What's Changed
- Route handler to use UseNumber decoding by @matthew1001 in #151
Full Changelog: v1.4.10...v1.4.11
v1.4.10
v1.4.9
What's Changed
- Add support for 256 bit JSON numbers (vs. strings) by @matthew1001 in #147
Full Changelog: v1.4.8...v1.4.9
v1.4.8
What's Changed
- ffresty metrics and hooks by @alexwood in #143
- Adding support for leaky bucket throttling (rps + burst) in ffresty client by @Chengxuan in #141
New Contributors
Full Changelog: v1.4.7...v1.4.8
v1.4.7
What's Changed
- [fftls] Allow for In-Memory or Inlined TLS Certificates by @onelapahead in #132
- Do not add alias prefix to filter fields that are already qualified by @awrichar in #134
- Add custom ID field and AfterLoad hook by @awrichar in #137
- DB-side UPSERT optimiziation support by @peterbroadhurst in #138
- Add missing config descriptions by @awrichar in #140
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- fix: Change how we index the filter operations before evaluation by @SamMayWork in #124
- Fix SQL query time reporting in log messages by @peterbroadhurst in #125
- Refactor WebSockets to fix window of duplicate delivery after reconect by @peterbroadhurst in #123
- fix: empty stream state on broadcast by @EnriqueL8 in #129
- [ffapi] Support for Text and Binary Streams by @hfuss in #127
- Do not log an error if a JSON field is missing by @nguyer in #130
- Do not lose calling context in the logger by @peterbroadhurst in #126
New Contributors
- @SamMayWork made their first contribution in #124
Full Changelog: v1.4.5...v1.4.6
v1.4.5
Migration consideration
Further to the embedding API changes to eventstreams
in v1.4.4, there is an externals change to the JSON configuration of the webhooks
type of event stream in this release:
- The duplicate top-level
headers
field is removed.
What's Changed
- fix: delete stream with name by @EnriqueL8 in #121
- Remove WebhookConfig.Headers in favour of WebhookConfig.HTTP.HTTPHeaders by @chrisbygrave in #122
Full Changelog: v1.4.4...v1.4.5