Skip to content

Releases: airdeploy/flagger-ts

Init ingestion fix

26 Feb 15:53
Compare
Choose a tag to compare

Fixing a bug in init ingestion

Simple init

28 Jan 20:29
Compare
Choose a tag to compare

Allowing to skip init function arguments if they are provided as environment variables

Ingestion upon init

07 Jan 16:18
Compare
Choose a tag to compare
  • Sending empty ingestion on init
  • adding random delay only for connections time connected < 1 min

Code coverage

17 Dec 16:59
Compare
Choose a tag to compare

Code coverage improvements and bug fix

Types for logging

17 Dec 16:32
Compare
Choose a tag to compare
  • logLevel is typed now

Always cast id to string

10 Dec 18:50
Compare
Choose a tag to compare

Both entity.id and group.id are casted to string

SSE fix

08 Dec 19:13
Compare
Choose a tag to compare
  • fixing a bug in sse and improving logging
  • flagger is no longer a singleton, default instance is exported for backward compatibility
  • LogLevel is exported

Ingestion onboarding improvements

01 Dec 13:35
Compare
Choose a tag to compare
  • First 10 exposures trigger ingestion request
  • Detected flag triggers ingestion request
  • Tests don't hit network anymore

Exporting Reason

15 Sep 10:10
Compare
Choose a tag to compare

Exporting Reason from Core

Fix shutdown and other small fixes

25 Aug 13:02
Compare
Choose a tag to compare

Fix shutdown() and isConfigured() methods.
Do not trigger flaggerConfigUpdate event if new config is the same as the current one.