From 0fc90828c3e1c490ad69efa83e1ddbe7cd5b90bf Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:44:22 -0700 Subject: [PATCH] chore(main): release 1.23.4 --- .release-please-manifest.json | 5 +- CHANGELOG.md | 119 ++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- src/momento/__init__.py | 2 +- 4 files changed, 125 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7c8bc4c..eea65019 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,5 +16,8 @@ "hidden": false } ], - "extra-files": ["src/momento/__init__.py"] + "extra-files": [ + "src/momento/__init__.py" + ], + ".": "1.23.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..7bbc5c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,119 @@ +# Changelog + +## [1.23.4](https://github.com/momentohq/client-sdk-python/compare/v0.13.0...v1.23.4) (2024-09-27) + + +### Features + +* 1.0 error and response types for signing key operations ([#274](https://github.com/momentohq/client-sdk-python/issues/274)) ([0f42bd8](https://github.com/momentohq/client-sdk-python/commit/0f42bd8bd3bc98f6165c3de14e8a9c1ce2240675)) +* 1.0 release ([#307](https://github.com/momentohq/client-sdk-python/issues/307)) ([f63d0ed](https://github.com/momentohq/client-sdk-python/commit/f63d0edd6c930a7733cf9d74ab1d834b67ed3592)) +* add auth client and generate_disposable_token api ([#460](https://github.com/momentohq/client-sdk-python/issues/460)) ([693a059](https://github.com/momentohq/client-sdk-python/commit/693a059490b8f922fd756ec66e24165abea27e05)) +* Add common response __str__ and __repr__ ([#258](https://github.com/momentohq/client-sdk-python/issues/258)) ([b9e5235](https://github.com/momentohq/client-sdk-python/commit/b9e52359f49bb1be1ea89e34c300a185369cee40)) +* add configuration classes ([#178](https://github.com/momentohq/client-sdk-python/issues/178)) ([1500893](https://github.com/momentohq/client-sdk-python/commit/15008938ffed9536c0258b34e0c888e9a7618893)) +* add grpc config options and turn off keepalive for Lambda config ([#441](https://github.com/momentohq/client-sdk-python/issues/441)) ([b129716](https://github.com/momentohq/client-sdk-python/commit/b129716b1758bff5f785925c9e6726db04bcfabc)) +* add mvi delete by filter overload ([#437](https://github.com/momentohq/client-sdk-python/issues/437)) ([2c48119](https://github.com/momentohq/client-sdk-python/commit/2c48119460729e197e5d1f00a3ed8e22bdf08250)) +* add mvi search and fetch vectors method ([#399](https://github.com/momentohq/client-sdk-python/issues/399)) ([d397f92](https://github.com/momentohq/client-sdk-python/commit/d397f927b177edbbaf9272b0adb0d9a119d478db)) +* add mvi search score threshold ([#397](https://github.com/momentohq/client-sdk-python/issues/397)) ([4c5c6b1](https://github.com/momentohq/client-sdk-python/commit/4c5c6b123fbe75bb76d5b0efd258d3cb8be99eb5)) +* add pubsub ([#353](https://github.com/momentohq/client-sdk-python/issues/353)) ([ac7b626](https://github.com/momentohq/client-sdk-python/commit/ac7b626b0cff0e7890ca9d1e7b2c2e39119982b8)) +* add signing key control operations back in ([#210](https://github.com/momentohq/client-sdk-python/issues/210)) ([f577224](https://github.com/momentohq/client-sdk-python/commit/f577224d6acedf73e27fbe60c58127a0a5a017d3)) +* Add sorted set get score and rank ([#326](https://github.com/momentohq/client-sdk-python/issues/326)) ([163688b](https://github.com/momentohq/client-sdk-python/commit/163688b8dc3dca90dcad1c456c2a0b6af4926fa0)) +* Add sorted set put and fetch methods ([#324](https://github.com/momentohq/client-sdk-python/issues/324)) ([5695ae5](https://github.com/momentohq/client-sdk-python/commit/5695ae5f9e71e039e1892e3e7ce8c0c44365f6d1)) +* Add sorted set remove and increment ([#327](https://github.com/momentohq/client-sdk-python/issues/327)) ([aaddbcc](https://github.com/momentohq/client-sdk-python/commit/aaddbcc299612233355307d2338f481bd0190578)) +* add support for retrying failed requests ([#124](https://github.com/momentohq/client-sdk-python/issues/124)) ([b65f8fb](https://github.com/momentohq/client-sdk-python/commit/b65f8fb0ab9f7c0f9fb8be068fcd2843690a2298)) +* add support for v1 auth tokens ([#319](https://github.com/momentohq/client-sdk-python/issues/319)) ([f945e9f](https://github.com/momentohq/client-sdk-python/commit/f945e9fc3facd80e4fdfb83cbd5d60130e37e37a)) +* add support through python 3.11 ([#155](https://github.com/momentohq/client-sdk-python/issues/155)) ([176e75c](https://github.com/momentohq/client-sdk-python/commit/176e75c0a0e2411eb1e3017081e8cf03b7bd669b)) +* add traces with open telemetry ([#344](https://github.com/momentohq/client-sdk-python/issues/344)) ([3319e78](https://github.com/momentohq/client-sdk-python/commit/3319e78e167cbefee43ce58326af60566fd2de95)) +* add vanilla example for mvi ([#371](https://github.com/momentohq/client-sdk-python/issues/371)) ([3ca90e6](https://github.com/momentohq/client-sdk-python/commit/3ca90e624bb031c616ac36dbf6f85e6cd955d1c5)) +* add vector index client ([#358](https://github.com/momentohq/client-sdk-python/issues/358)) ([144569a](https://github.com/momentohq/client-sdk-python/commit/144569a32ab11d1602bebf26fee45660a921d599)) +* adds flush api ([#329](https://github.com/momentohq/client-sdk-python/issues/329)) ([25d8df4](https://github.com/momentohq/client-sdk-python/commit/25d8df4d82e2ee38b4b2c533c8f2ed43c2ac056e)) +* allow custom root certificates in cache client ([#395](https://github.com/momentohq/client-sdk-python/issues/395)) ([c1a3abf](https://github.com/momentohq/client-sdk-python/commit/c1a3abf858e8cd6eb34a330863ec247ac781e152)) +* allow custom root certificates in vector index client config ([#394](https://github.com/momentohq/client-sdk-python/issues/394)) ([3a2c7f0](https://github.com/momentohq/client-sdk-python/commit/3a2c7f0df1e38fbce3d007d60d0ca18a731df1a3)) +* bug fix - sorted_set_increment should be named sorted_set_increment_score ([#347](https://github.com/momentohq/client-sdk-python/issues/347)) ([fc735a8](https://github.com/momentohq/client-sdk-python/commit/fc735a8ae224b16f0f9acb7bf16a95f38e3317e4)) +* Complete list ops ([#230](https://github.com/momentohq/client-sdk-python/issues/230)) ([207fea2](https://github.com/momentohq/client-sdk-python/commit/207fea2e563f5579c710f113a1f9bde65c6fb546)) +* dictionary implementation ([#237](https://github.com/momentohq/client-sdk-python/issues/237)) ([7000d22](https://github.com/momentohq/client-sdk-python/commit/7000d221611d131937a0450bf70654fbef205bb6)) +* dictionary stub implementation ([#229](https://github.com/momentohq/client-sdk-python/issues/229)) ([b2ebea6](https://github.com/momentohq/client-sdk-python/commit/b2ebea6ee209c351a777e325c383026b208b3bf4)) +* Enforce keyword args for optional arguments. ([#260](https://github.com/momentohq/client-sdk-python/issues/260)) ([61a28a6](https://github.com/momentohq/client-sdk-python/commit/61a28a61e802b869514ebc9e417a2d39520d1618)) +* error and response types ([#179](https://github.com/momentohq/client-sdk-python/issues/179)) ([bd4960f](https://github.com/momentohq/client-sdk-python/commit/bd4960fe63a2f2843dd6ed26a48bb08e57eaeee0)) +* export types to be PEP561 compliant ([#206](https://github.com/momentohq/client-sdk-python/issues/206)) ([8263bac](https://github.com/momentohq/client-sdk-python/commit/8263bacf791154ae4ce82bb0811eab1f2a1b3db0)) +* First collections methods. ([#205](https://github.com/momentohq/client-sdk-python/issues/205)) ([0736132](https://github.com/momentohq/client-sdk-python/commit/0736132af95eeea73d46780fcb9f3d1c8f1dcd0f)) +* implement get item batch and variant ([#417](https://github.com/momentohq/client-sdk-python/issues/417)) ([a28a177](https://github.com/momentohq/client-sdk-python/commit/a28a177aa1d1162d241e405e12ec563e139e2953)) +* Improve validation errors. ([#232](https://github.com/momentohq/client-sdk-python/issues/232)) ([0caa89c](https://github.com/momentohq/client-sdk-python/commit/0caa89c81d26b6e24ffede250196d7d82620d1b0)) +* increment() ([#245](https://github.com/momentohq/client-sdk-python/issues/245)) ([78ba6cc](https://github.com/momentohq/client-sdk-python/commit/78ba6cc4d0a9e69e340a221a0f3ee3e93a9a7f01)) +* list_concatenate_front() ([#227](https://github.com/momentohq/client-sdk-python/issues/227)) ([920470b](https://github.com/momentohq/client-sdk-python/commit/920470be383005157028b0ab9c4cfde9aad53616)) +* make the retry logic configurable ([#299](https://github.com/momentohq/client-sdk-python/issues/299)) ([f2ec853](https://github.com/momentohq/client-sdk-python/commit/f2ec85333bc26e0abf6123e4a3458943d21c68b9)) +* migrate synchronous API to consume gRPC synchronous API ([#163](https://github.com/momentohq/client-sdk-python/issues/163)) ([c9e1a34](https://github.com/momentohq/client-sdk-python/commit/c9e1a3495066b22d693e4612727ee01cab865e7d)) +* Modernize the Python load-gen example. ([#168](https://github.com/momentohq/client-sdk-python/issues/168)) ([bc2f876](https://github.com/momentohq/client-sdk-python/commit/bc2f876cf55d89b4f5d9fa3d5004b783e481323a)) +* mvi api wave 2 - upsert, similarity, and all metadata ([#383](https://github.com/momentohq/client-sdk-python/issues/383)) ([7aa55c7](https://github.com/momentohq/client-sdk-python/commit/7aa55c7fef1babef11b26979169baf8587afe1fc)) +* mvi count items ([#427](https://github.com/momentohq/client-sdk-python/issues/427)) ([fcede36](https://github.com/momentohq/client-sdk-python/commit/fcede366534dd94e1869a9a4b856ef986500659e)) +* mvi filter expressions ([#425](https://github.com/momentohq/client-sdk-python/issues/425)) ([a30db8f](https://github.com/momentohq/client-sdk-python/commit/a30db8f64ba7d96774ada7ce3eb32d0c357ee30d)) +* mvi id in set filter expression ([#430](https://github.com/momentohq/client-sdk-python/issues/430)) ([1295167](https://github.com/momentohq/client-sdk-python/commit/1295167d9486631f8dc97b0891b33eb9a46559e5)) +* order system example ([#458](https://github.com/momentohq/client-sdk-python/issues/458)) ([01fb509](https://github.com/momentohq/client-sdk-python/commit/01fb5092c16f167233805f5479fca6941fef88a8)) +* promote project stability from alpha to beta ([#263](https://github.com/momentohq/client-sdk-python/issues/263)) ([b29992a](https://github.com/momentohq/client-sdk-python/commit/b29992a1a21f5ba9ce4629d9b1f8c3f8568f80d1)) +* relax grpcio dependency lower bound ([#333](https://github.com/momentohq/client-sdk-python/issues/333)) ([ebcd70d](https://github.com/momentohq/client-sdk-python/commit/ebcd70d863134c3675cc74ea966e682077df3046)) +* remove incubating, get-multi, and set-multi client-side apis ([#156](https://github.com/momentohq/client-sdk-python/issues/156)) ([0b53069](https://github.com/momentohq/client-sdk-python/commit/0b530698b1c820b7f238c49727d21c49999ea997)) +* remove signing key APIs ([#195](https://github.com/momentohq/client-sdk-python/issues/195)) ([60df3d7](https://github.com/momentohq/client-sdk-python/commit/60df3d7be5e89248ce8206cb9bf0983c5b2e896e)) +* remove vector client ([#450](https://github.com/momentohq/client-sdk-python/issues/450)) ([268068f](https://github.com/momentohq/client-sdk-python/commit/268068f0bdd315fafaccfb84fee4c71d8e67f023)) +* rename cache client from `SimpleCacheClient` to `CacheClient` ([#304](https://github.com/momentohq/client-sdk-python/issues/304)) ([0c8ced9](https://github.com/momentohq/client-sdk-python/commit/0c8ced9496e81f63acfae528740783876b2d53e7)) +* Set methods ([#235](https://github.com/momentohq/client-sdk-python/issues/235)) ([20e357f](https://github.com/momentohq/client-sdk-python/commit/20e357fb807108c500b35fc57c5afb243fa46821)) +* set_if_not_exists() ([#243](https://github.com/momentohq/client-sdk-python/issues/243)) ([44b5f1c](https://github.com/momentohq/client-sdk-python/commit/44b5f1c9a251e29f5e0b3157dfb021b6d9b5fd36)) +* support for multiple gRPC channels ([#125](https://github.com/momentohq/client-sdk-python/issues/125)) ([3606a77](https://github.com/momentohq/client-sdk-python/commit/3606a7767a5dcfc60a7c2e4595960aa44c390f99)) +* support more vector item metadata value types ([#392](https://github.com/momentohq/client-sdk-python/issues/392)) ([7e1649c](https://github.com/momentohq/client-sdk-python/commit/7e1649cba9bcdf1cf620824358b0b0a33c249491)) +* support mvi list indexes detail ([#408](https://github.com/momentohq/client-sdk-python/issues/408)) ([6b21cb2](https://github.com/momentohq/client-sdk-python/commit/6b21cb272f1f03764eb1b4cbe323c600afc8f82d)) +* support protobuf<3.20 ([#336](https://github.com/momentohq/client-sdk-python/issues/336)) ([a8c73c0](https://github.com/momentohq/client-sdk-python/commit/a8c73c021b855b5c1d974f1eac35b3cfc061a338)) +* use modern python type hint syntax ([#251](https://github.com/momentohq/client-sdk-python/issues/251)) ([c83ba8b](https://github.com/momentohq/client-sdk-python/commit/c83ba8b39795ebcaf6189b9abdd4b7bb42b686b2)) +* Validate the CollectionTtl.ttl is positive. ([#224](https://github.com/momentohq/client-sdk-python/issues/224)) ([3a774d4](https://github.com/momentohq/client-sdk-python/commit/3a774d4a22147ba476acb6f31cb06f96c6dfb15f)) +* wire method to get and set eager connection timeout ([#365](https://github.com/momentohq/client-sdk-python/issues/365)) ([5f82ba4](https://github.com/momentohq/client-sdk-python/commit/5f82ba4ffd70c6352f3288185b02cd2d0fc8d65b)) + + +### Bug Fixes + +* add back return statements for closed streams ([#356](https://github.com/momentohq/client-sdk-python/issues/356)) ([f2c9376](https://github.com/momentohq/client-sdk-python/commit/f2c93762f6dff6e28c541a93052d7153fbe96622)) +* add GenerateDisposableToken Success and Error subclasses to responses init file ([#468](https://github.com/momentohq/client-sdk-python/issues/468)) ([6295cc6](https://github.com/momentohq/client-sdk-python/commit/6295cc66f7d6fde5ae072e3e7bb40a27935f9194)) +* audit response hierarchy ([#298](https://github.com/momentohq/client-sdk-python/issues/298)) ([a67668a](https://github.com/momentohq/client-sdk-python/commit/a67668a23319b50e91fa058e85d866c12cc69cd7)) +* bug where the __repr__ for Cred Provider would mutate it ([#316](https://github.com/momentohq/client-sdk-python/issues/316)) ([0cae587](https://github.com/momentohq/client-sdk-python/commit/0cae5871e0123a54f3dda8f00d9dbdf4e9ce7572)) +* bump and pin libs to resolve grpc vuln ([#140](https://github.com/momentohq/client-sdk-python/issues/140)) ([2d1e829](https://github.com/momentohq/client-sdk-python/commit/2d1e82959e87e9570cf82197348d0a4314dd77eb)) +* bump version ([#362](https://github.com/momentohq/client-sdk-python/issues/362)) ([9b6dbf5](https://github.com/momentohq/client-sdk-python/commit/9b6dbf52e91819b221fd2528086096a2fc6d55d1)) +* change library python upper bound to 4 ([#331](https://github.com/momentohq/client-sdk-python/issues/331)) ([87947b4](https://github.com/momentohq/client-sdk-python/commit/87947b42507d1e846ab9ea15692d3d63efb43863)) +* codegen import with one import from that is async ([#261](https://github.com/momentohq/client-sdk-python/issues/261)) ([92201ee](https://github.com/momentohq/client-sdk-python/commit/92201ee1d4152f3d18b334c17efd9b18176e0305)) +* disable keepalive in grpc channel options for control plane clients and set grpc channel options in synchronous code ([#443](https://github.com/momentohq/client-sdk-python/issues/443)) ([3b14375](https://github.com/momentohq/client-sdk-python/commit/3b14375940af40548055007deb135fdc2671d5ae)) +* do not use test util in package ([#464](https://github.com/momentohq/client-sdk-python/issues/464)) ([a558c0b](https://github.com/momentohq/client-sdk-python/commit/a558c0b814a70b4eb925897fc481df65561371f1)) +* don't call retry logic on OK status codes ([#320](https://github.com/momentohq/client-sdk-python/issues/320)) ([7e93db2](https://github.com/momentohq/client-sdk-python/commit/7e93db22bc99fc0ffa41c5eed88e459cfc7f6428)) +* Ensure test caches are cleaned up. ([#191](https://github.com/momentohq/client-sdk-python/issues/191)) ([284acea](https://github.com/momentohq/client-sdk-python/commit/284aceaf4fdb0de1d6f92e5d507f8029f484f761)) +* fix sorted set fetch by score and add tests ([#359](https://github.com/momentohq/client-sdk-python/issues/359)) ([4b10ce3](https://github.com/momentohq/client-sdk-python/commit/4b10ce3cf60f48093ab5849d8ad4ffb6fe30d2cf)) +* fix tests to use latest credential provider ([#238](https://github.com/momentohq/client-sdk-python/issues/238)) ([53bc313](https://github.com/momentohq/client-sdk-python/commit/53bc3136fe5d4b4d66e9ac094ad3db90ebfffe78)) +* fix version of generate readme action ([#341](https://github.com/momentohq/client-sdk-python/issues/341)) ([d72c28e](https://github.com/momentohq/client-sdk-python/commit/d72c28e39cec9b127ce0bfa7771aa8f186fc09c2)) +* isolate test cache names on push to release ([#214](https://github.com/momentohq/client-sdk-python/issues/214)) ([9a16995](https://github.com/momentohq/client-sdk-python/commit/9a16995f97b555b680b1e820abe4a246cc50ad34)) +* make sure to import GenerateDisposableToken response class before exporting it in init file ([#470](https://github.com/momentohq/client-sdk-python/issues/470)) ([e7ee744](https://github.com/momentohq/client-sdk-python/commit/e7ee7440e35bd4140c771d1ee4b5ac73f2e519f9)) +* pin ubuntu and poetry ci dependencies ([#165](https://github.com/momentohq/client-sdk-python/issues/165)) ([ff7512f](https://github.com/momentohq/client-sdk-python/commit/ff7512f4c2151dab0b6d6b41efbe10b338723075)) +* prefer `importlib_metadata` to deprecated pkg_resources ([#340](https://github.com/momentohq/client-sdk-python/issues/340)) ([52a6ca3](https://github.com/momentohq/client-sdk-python/commit/52a6ca34cb6f859ab5b64353c0d62fb1a667abbd)) +* public vs private library imports ([#297](https://github.com/momentohq/client-sdk-python/issues/297)) ([c1a24d5](https://github.com/momentohq/client-sdk-python/commit/c1a24d5ca4da0dd17a5ae52781c9779e3bcc210a)) +* re-introduce retry interceptor for synchronous client ([#171](https://github.com/momentohq/client-sdk-python/issues/171)) ([a66746d](https://github.com/momentohq/client-sdk-python/commit/a66746da436567be94a46d30b91395ae1a77acee)) +* remove extraneous echo from make target ([#202](https://github.com/momentohq/client-sdk-python/issues/202)) ([e47c510](https://github.com/momentohq/client-sdk-python/commit/e47c5101a8eaabff8736bc2bb3f34f54d31e0720)) +* remove manual release footgun ([#325](https://github.com/momentohq/client-sdk-python/issues/325)) ([be3aa30](https://github.com/momentohq/client-sdk-python/commit/be3aa30f9e10dc393c2579faaf4e553d83f1dac3)) +* Scalar cache response description of the request. ([#208](https://github.com/momentohq/client-sdk-python/issues/208)) ([1526f76](https://github.com/momentohq/client-sdk-python/commit/1526f767314afdbbbc32edf6195b25dd3c73503f)) +* spelling of "Framework" in project config ([#144](https://github.com/momentohq/client-sdk-python/issues/144)) ([11d849f](https://github.com/momentohq/client-sdk-python/commit/11d849f06d0fd048d6a6d52d35358bd3f9e8fc03)) +* timedelta to ms conversion and timedelta to deadline conversion ([#442](https://github.com/momentohq/client-sdk-python/issues/442)) ([14a84ca](https://github.com/momentohq/client-sdk-python/commit/14a84ca0bcae7f793e15a4c4d3c275ad19726715)) +* typos in error logging ([#350](https://github.com/momentohq/client-sdk-python/issues/350)) ([d8bef74](https://github.com/momentohq/client-sdk-python/commit/d8bef74fd347c6bf882fa3fcdefee5425ff1afbd)) +* Unpin dependencies to avoid library conflicts. ([#207](https://github.com/momentohq/client-sdk-python/issues/207)) ([f5c0c01](https://github.com/momentohq/client-sdk-python/commit/f5c0c01d4b5234161fbba69e0fe72c8e80b44783)) +* update 'cryptography' pkg fix openssl vuln ([#150](https://github.com/momentohq/client-sdk-python/issues/150)) ([8f1aa9f](https://github.com/momentohq/client-sdk-python/commit/8f1aa9f6a23544b380454d2499cd1018510e321c)) +* update example location ([#218](https://github.com/momentohq/client-sdk-python/issues/218)) ([6d53ce7](https://github.com/momentohq/client-sdk-python/commit/6d53ce73ffc9fe8f12ff331ad2f3e07edb5dbd9d)) +* update poetry.lock, mostly to bump pyyaml to 6.0.1 ([#360](https://github.com/momentohq/client-sdk-python/issues/360)) ([e61be91](https://github.com/momentohq/client-sdk-python/commit/e61be91ec275f28cd308d65b35b3c0c76344c5f4)) +* validate vector index item metadata on serialization ([#391](https://github.com/momentohq/client-sdk-python/issues/391)) ([ec2b7c3](https://github.com/momentohq/client-sdk-python/commit/ec2b7c37f64391fd8f4bb57bc052f5cd4fc2faab)) +* when detecting momento version also catch `ModuleNotFoundError` ([#459](https://github.com/momentohq/client-sdk-python/issues/459)) ([deebc69](https://github.com/momentohq/client-sdk-python/commit/deebc69ca35e7a3c975e003668f8b87191b86191)) +* workaround to make our grpc interceptor more flexible ([#148](https://github.com/momentohq/client-sdk-python/issues/148)) ([f0c5ca3](https://github.com/momentohq/client-sdk-python/commit/f0c5ca3b0cd78ad33658467ffa0e4aced9382457)) + + +### Documentation + +* add markdown formatting to API key mention ([#387](https://github.com/momentohq/client-sdk-python/issues/387)) ([619a571](https://github.com/momentohq/client-sdk-python/commit/619a57129a267ea19a7d9fb617f1b25d643f49b3)) +* document top level packages ([#313](https://github.com/momentohq/client-sdk-python/issues/313)) ([74fdf12](https://github.com/momentohq/client-sdk-python/commit/74fdf1207d29a13052f926f0557c2ebf36c5b8d3)) +* enable docstring linting and fix errors ([#276](https://github.com/momentohq/client-sdk-python/issues/276)) ([e77ec6a](https://github.com/momentohq/client-sdk-python/commit/e77ec6a14c7783774b0e60a30b72b0768675a1de)) +* fix add item batch documentation for the async client ([#376](https://github.com/momentohq/client-sdk-python/issues/376)) ([700a0d8](https://github.com/momentohq/client-sdk-python/commit/700a0d875cc916a44512d77f19ba3f325527d785)) +* fix relative link to examples ([#310](https://github.com/momentohq/client-sdk-python/issues/310)) ([0f05461](https://github.com/momentohq/client-sdk-python/commit/0f05461c8341ffb8750ac5d0cd3485c1197be024)) +* improve delete by filter docstring ([#438](https://github.com/momentohq/client-sdk-python/issues/438)) ([246c3f1](https://github.com/momentohq/client-sdk-python/commit/246c3f1d5be4e77dfeb7cf33f4f9ebf68a0978fc)) +* Move explaining how to use responses into SimpleCacheClient. ([#209](https://github.com/momentohq/client-sdk-python/issues/209)) ([758fcca](https://github.com/momentohq/client-sdk-python/commit/758fcca6a44d0853189a58c984e1203e2b1d017e)) + + +### Miscellaneous Chores + +* release 1.23.4 ([#475](https://github.com/momentohq/client-sdk-python/issues/475)) ([6db8d8c](https://github.com/momentohq/client-sdk-python/commit/6db8d8c25bc5a0e7411c3db9237a75b032d490c5)) diff --git a/pyproject.toml b/pyproject.toml index 8e84aa2e..2712c5be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "momento" -version = "0.0.0" +version = "1.23.4" authors = ["Momento "] description = "SDK for Momento" diff --git a/src/momento/__init__.py b/src/momento/__init__.py index de54a302..11bde03e 100644 --- a/src/momento/__init__.py +++ b/src/momento/__init__.py @@ -18,7 +18,7 @@ from .topic_client import TopicClient from .topic_client_async import TopicClientAsync -__version__ = "0.0.0" # x-release-please-version +__version__ = "1.23.4" # x-release-please-version logging.getLogger("momentosdk").addHandler(logging.NullHandler()) logs.initialize_momento_logging()