Skip to content

Releases: well-known-components/interfaces

1.5.1

14 Feb 18:46
459eb4e
Compare
Choose a tag to compare
components are now started sequentially and stopped in reverse order

Components are now initialized sequentially, stopped in reverse order

14 Feb 18:44
459eb4e
Compare
Choose a tag to compare

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

12 Mar 15:17
f260575
Compare
Choose a tag to compare
add optional registry to metrics component (#86)

1.4.2: Bump typescript from 4.8.3 to 5.1.3 (#45)

26 Jun 15:56
505eeab
Compare
Choose a tag to compare
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

22 May 15:57
06b0ce1
Compare
Choose a tag to compare

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

05 May 12:38
ba52199
Compare
Choose a tag to compare

What's Changed

  • refactor: update fetcher interface to support retries by @aleortega in #41

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

21 Mar 16:21
22f0edb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

16 Feb 15:27
9facbf2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...1.2.0

1.1.3

21 Oct 01:39
3c69cc0
Compare
Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

1.1.2

08 Sep 23:44
42ddb43
Compare
Choose a tag to compare

Full Changelog: 1.1.1...1.1.2