Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
momento-github-actions-machine-user committed Jan 13, 2024
1 parent 74d6900 commit 7728cc7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## [0.1.0](https://github.com/momentohq/client-sdk-dart/compare/v0.0.5...v0.1.0) (2024-01-13)


### Features

* add CacheClient close method ([#80](https://github.com/momentohq/client-sdk-dart/issues/80)) ([411d432](https://github.com/momentohq/client-sdk-dart/commit/411d432c0f6989df746cf72d35e7c095351c6307))
* add data client support for list api calls ([#64](https://github.com/momentohq/client-sdk-dart/issues/64)) ([566b3fe](https://github.com/momentohq/client-sdk-dart/commit/566b3feba37e8c6072b7fe3e60bffe6d6756e14f))


### Bug Fixes

* actually set stability to beta ([#103](https://github.com/momentohq/client-sdk-dart/issues/103)) ([88eb456](https://github.com/momentohq/client-sdk-dart/commit/88eb45614bbd19ed4e5e42c1c7a1c7092710a7a7))
* add validators to topic client and add topics tests ([#87](https://github.com/momentohq/client-sdk-dart/issues/87)) ([6fc4329](https://github.com/momentohq/client-sdk-dart/commit/6fc43299fedadfab9d0414646c4747a3b6580316))
* fix misnamed client in error message ([#100](https://github.com/momentohq/client-sdk-dart/issues/100)) ([383d624](https://github.com/momentohq/client-sdk-dart/commit/383d624de096800e9500f3d28e586d9487a6b1ec))
* readme generator should use generate-and-commit github action ([#75](https://github.com/momentohq/client-sdk-dart/issues/75)) ([492c749](https://github.com/momentohq/client-sdk-dart/commit/492c749e3d0d9708a62763238d75365a198e68fa))
* rename config classes for better autocompletes ([#82](https://github.com/momentohq/client-sdk-dart/issues/82)) ([2333c12](https://github.com/momentohq/client-sdk-dart/commit/2333c1251a06547ca2323f1cfb1aa3381a155bdd))
* return topic subscribe error immediately if subscription limit reached ([#62](https://github.com/momentohq/client-sdk-dart/issues/62)) ([30b9f49](https://github.com/momentohq/client-sdk-dart/commit/30b9f49547225a4e438846490bab7ffb1d68e3cf))
* set stability to beta ([#102](https://github.com/momentohq/client-sdk-dart/issues/102)) ([2765ee2](https://github.com/momentohq/client-sdk-dart/commit/2765ee2691cc31bf5a6b0721d7c8f5c5d9201694))
* subscription error handling should expect async stream to throw errors, not TopicSubscriptionItem to return errors ([#81](https://github.com/momentohq/client-sdk-dart/issues/81)) ([57b3b2b](https://github.com/momentohq/client-sdk-dart/commit/57b3b2b596ba45e10b11efad5f306f7693b7b18e))
* use type-specific methods in public clients, Value in internal clients ([#90](https://github.com/momentohq/client-sdk-dart/issues/90)) ([50894b7](https://github.com/momentohq/client-sdk-dart/commit/50894b75869e04b4c60c5d9c3d41befbc3a6f652))


### Miscellaneous

* add doc api examples ([#91](https://github.com/momentohq/client-sdk-dart/issues/91)) ([e0a1632](https://github.com/momentohq/client-sdk-dart/commit/e0a1632ebeca5f98ee965eb2486c4b866291ede3))
* add docstrings ([#83](https://github.com/momentohq/client-sdk-dart/issues/83)) ([2796786](https://github.com/momentohq/client-sdk-dart/commit/2796786ce513c2b9e759f7650f8d4b193f774740))
* add more descriptive error messages to control plane test ([#95](https://github.com/momentohq/client-sdk-dart/issues/95)) ([accf3e8](https://github.com/momentohq/client-sdk-dart/commit/accf3e8f74f4e1f0e4f37ca307c862b84bd9f89f))
* add readme template and readme generator ci steps ([#59](https://github.com/momentohq/client-sdk-dart/issues/59)) ([616d7be](https://github.com/momentohq/client-sdk-dart/commit/616d7beaf36d0c577f923597d07fbdea9c44a170))
* add TopicClient examples for docs ([#99](https://github.com/momentohq/client-sdk-dart/issues/99)) ([e882684](https://github.com/momentohq/client-sdk-dart/commit/e88268457b27141d6b49caa7b4b30855ad1ceb30))
* api snippet formatting ([#92](https://github.com/momentohq/client-sdk-dart/issues/92)) ([fbbd3d3](https://github.com/momentohq/client-sdk-dart/commit/fbbd3d30066c6ac1d70ab13c122605fa51b47035))
* error responses should print informative errors by default ([#88](https://github.com/momentohq/client-sdk-dart/issues/88)) ([b04ba43](https://github.com/momentohq/client-sdk-dart/commit/b04ba431428702c21479b71f1268c0f19b72ea04))
* fix yaml syntax in release-please ([#101](https://github.com/momentohq/client-sdk-dart/issues/101)) ([dadef16](https://github.com/momentohq/client-sdk-dart/commit/dadef1670f3ab6e28bba2279f436170b419946f7))
* forgot to include manifest file in release-please action ([#97](https://github.com/momentohq/client-sdk-dart/issues/97)) ([07b3c1f](https://github.com/momentohq/client-sdk-dart/commit/07b3c1f187d88eaea9820b65e8c28b726b6dcda7))
* implement toString for non-error response classes ([#89](https://github.com/momentohq/client-sdk-dart/issues/89)) ([d8ff271](https://github.com/momentohq/client-sdk-dart/commit/d8ff27116f1c2ff4fc0abdc977eca356fbbefd97))
* offer way to get cache names instead of CacheInfos from ListCachesResponse ([#79](https://github.com/momentohq/client-sdk-dart/issues/79)) ([6de1b98](https://github.com/momentohq/client-sdk-dart/commit/6de1b985128d979614adbc06131a64c8364e116b))
* provide informational error message when api key env var is not set ([#84](https://github.com/momentohq/client-sdk-dart/issues/84)) ([8511f11](https://github.com/momentohq/client-sdk-dart/commit/8511f11ebffe0a3a41972d407053ca8caa48e3db))
* readme template was missing code block markdown for usage section ([#86](https://github.com/momentohq/client-sdk-dart/issues/86)) ([8f41212](https://github.com/momentohq/client-sdk-dart/commit/8f412126ccd8af52241701cdfa45a6c92d97f138))
* send package version as agent header once per new client ([#93](https://github.com/momentohq/client-sdk-dart/issues/93)) ([8a77c16](https://github.com/momentohq/client-sdk-dart/commit/8a77c169a6e22c22b49f39927d1bc03981da232e))
* try specifying github workflow extra files option instead of manifest file ([#98](https://github.com/momentohq/client-sdk-dart/issues/98)) ([02ce582](https://github.com/momentohq/client-sdk-dart/commit/02ce5825198e7f2ae80a48d4094d5b128eb9a977))

## [0.0.5](https://github.com/momentohq/client-sdk-dart/compare/v0.0.4...v0.0.5) (2024-01-03)


Expand Down
2 changes: 1 addition & 1 deletion lib/src/internal/utils/package_version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '0.0.5'; // x-release-please-version
const packageVersion = '0.1.0'; // x-release-please-version
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: momento
description: Dart client for interacting with Momento
version: 0.0.5
version: 0.1.0
repository: https://github.com/momentohq/client-sdk-dart

environment:
Expand Down

0 comments on commit 7728cc7

Please sign in to comment.