Skip to content

Commit

Permalink
chore(main): release launchdarkly_common_client 1.0.0 (#100)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.0](launchdarkly_common_client-v0.1.0...launchdarkly_common_client-v1.0.0)
(2024-01-30)


### Features

* Implement support for REPORT for streaming.
([#96](#96))
([1de6079](1de6079))
* Update common client to release packages.
([#111](#111))
([4ae05a5](4ae05a5))


### Bug Fixes

* anonymous context keys and auto env context keys are now in separate
namespaces
([#104](#104))
([06fb955](06fb955))
* Collect attributes once.
([#98](#98))
([45dcab1](45dcab1))
* making context builder easier to use
([#106](#106))
([28f0370](28f0370))
* Use event source reset on invalid payloads.
([#103](#103))
([53ab27d](53ab27d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
LaunchDarklyReleaseBot authored Jan 30, 2024
1 parent 4ae05a5 commit 05aafa5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/common":"1.0.0","packages/common_client":"0.1.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.0.0-alpha.1"}
{"packages/common":"1.0.0","packages/common_client":"1.0.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.0.0-alpha.1"}
16 changes: 16 additions & 0 deletions packages/common_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to the LaunchDarkly Common Client will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).

## [1.0.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v0.1.0...launchdarkly_common_client-v1.0.0) (2024-01-30)


### Features

* Implement support for REPORT for streaming. ([#96](https://github.com/launchdarkly/flutter-client-sdk/issues/96)) ([1de6079](https://github.com/launchdarkly/flutter-client-sdk/commit/1de60797e2edaac2fdf38f829ee4e3f15260f963))
* Update common client to release packages. ([#111](https://github.com/launchdarkly/flutter-client-sdk/issues/111)) ([4ae05a5](https://github.com/launchdarkly/flutter-client-sdk/commit/4ae05a5d7cc950c2f29b07624d73463ce8f7794c))


### Bug Fixes

* anonymous context keys and auto env context keys are now in separate namespaces ([#104](https://github.com/launchdarkly/flutter-client-sdk/issues/104)) ([06fb955](https://github.com/launchdarkly/flutter-client-sdk/commit/06fb95589fca1b56146442e8db88e56923449962))
* Collect attributes once. ([#98](https://github.com/launchdarkly/flutter-client-sdk/issues/98)) ([45dcab1](https://github.com/launchdarkly/flutter-client-sdk/commit/45dcab15cf8e069277d15c05064e17dda0e51d4e))
* making context builder easier to use ([#106](https://github.com/launchdarkly/flutter-client-sdk/issues/106)) ([28f0370](https://github.com/launchdarkly/flutter-client-sdk/commit/28f0370eb0a1b86af51d207948b2f4169a937eef))
* Use event source reset on invalid payloads. ([#103](https://github.com/launchdarkly/flutter-client-sdk/issues/103)) ([53ab27d](https://github.com/launchdarkly/flutter-client-sdk/commit/53ab27d002b0d2a37669b345b1337da1f428277d))

## [0.1.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v0.0.2...launchdarkly_common_client-v0.1.0) (2024-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/common_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: launchdarkly_common_client
description: Client-side SDK code for dart. This is an internal package not designed for general use.
version: 0.1.0
version: 1.0.0
homepage: https://github.com/launchdarkly/flutter-client-sdk
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client

Expand Down

0 comments on commit 05aafa5

Please sign in to comment.