Releases: well-known-components/interfaces
Releases · well-known-components/interfaces
1.5.1
Components are now initialized sequentially, stopped in reverse order
It turns out that when you have a database object and you kill it, the ongoing jobs using the now defunct database will fail to finish their thing.
Ideally, if your jobs depend on your database. You will start the database first, then the jobs.
Likewise, when stopping gracefully your program: you better finish ongoing jobs, before killing the DB connections.
1.4.3
add optional registry to metrics component (#86)
1.4.2: Bump typescript from 4.8.3 to 5.1.3 (#45)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.4.1
What's Changed
- feat: expose fetcher Request and Response types by @aleortega in #42
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- refactor: update fetcher interface to support retries by @aleortega in #41
New Contributors
- @aleortega made their first contribution in #41
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- chore: remove term handler on stop by @hugoArregui in #39
- chore: add fetcher interface by @pedrotambo in #40
New Contributors
- @hugoArregui made their first contribution in #39
- @pedrotambo made their first contribution in #40
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- feat: Add tracer types by @LautaroPetaccio in #38
New Contributors
- @LautaroPetaccio made their first contribution in #38
Full Changelog: 1.1.3...1.2.0
1.1.3
Full Changelog: 1.1.2...1.1.3
1.1.2
Full Changelog: 1.1.1...1.1.2