From 6663804871c8df79c750bc6dd14b7fc856904293 Mon Sep 17 00:00:00 2001 From: Tomas Pilar Date: Tue, 5 Nov 2024 15:57:44 +0100 Subject: [PATCH] chore: release 0.0.7 Signed-off-by: Tomas Pilar --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e54735a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.0.7](https://github.com/i-am-bee/bee-api/compare/v0.0.6...v0.0.7) (2024-11-05) + +### Features + +* **apiKey:** add last used at property ([#36](https://github.com/i-am-bee/bee-api/issues/36)) ([3758032](https://github.com/i-am-bee/bee-api/commit/3758032a8c31f3c633faffbd2ff64d30e7ced9b1)) +* **apiKey:** add organization apiKey endpoint ([#34](https://github.com/i-am-bee/bee-api/issues/34)) ([188608b](https://github.com/i-am-bee/bee-api/commit/188608b1f0b9bfd5c883bac9224496d5232d38c7)) +* **apiKey:** add owner to the response ([#41](https://github.com/i-am-bee/bee-api/issues/41)) ([aba5f3a](https://github.com/i-am-bee/bee-api/commit/aba5f3a6e9f6df6f1b10f5119e33a9e8646ae48f)) +* **tools:** add get for system tools ([#33](https://github.com/i-am-bee/bee-api/issues/33)) ([e7ced3f](https://github.com/i-am-bee/bee-api/commit/e7ced3f1ce87e8cd621d218531ef8ee961149d39)) +* **tools:** update ArXiv short description ([#37](https://github.com/i-am-bee/bee-api/issues/37)) ([e46b3d6](https://github.com/i-am-bee/bee-api/commit/e46b3d63c21329eb0b65cbfe706d988a1526215e)) + +### Bug Fixes + +* **apiKey:** fix last used_at ([#44](https://github.com/i-am-bee/bee-api/issues/44)) ([87c925c](https://github.com/i-am-bee/bee-api/commit/87c925c2d4d5bef70f9bb7dad8b0d3401554577d)) +* **ApiKey:** fix transaction for parallel requests ([#50](https://github.com/i-am-bee/bee-api/issues/50)) ([e220af5](https://github.com/i-am-bee/bee-api/commit/e220af58221a25c9585b4103a9df25be0a27bf46)) +* **apiKey:** load project for organization api-keys ([#38](https://github.com/i-am-bee/bee-api/issues/38)) ([dd28eea](https://github.com/i-am-bee/bee-api/commit/dd28eea981e22559a2364fad153b370c232ac3a1)) +* **auth:** fix lastUpdatedAt for api key ([#48](https://github.com/i-am-bee/bee-api/issues/48)) ([e7c3aca](https://github.com/i-am-bee/bee-api/commit/e7c3aca41c80ac4833a478c4126dff9f698b7ba1)) +* **pagination:** fix pagination for before parameter ([#45](https://github.com/i-am-bee/bee-api/issues/45)) ([389cd2e](https://github.com/i-am-bee/bee-api/commit/389cd2ee3a12b856ae2cb6bc55afb4d15c37c77e)) +* **pagination:** fix pagination with filters ([#39](https://github.com/i-am-bee/bee-api/issues/39)) ([20cf9aa](https://github.com/i-am-bee/bee-api/commit/20cf9aa74e1f97f128ae5b19f18c88d620589721)) +* **seeder:** importing ORM hangs seeder ([#51](https://github.com/i-am-bee/bee-api/issues/51)) ([dd0d3f6](https://github.com/i-am-bee/bee-api/commit/dd0d3f6b5672e3eb4a942ce40b783f82a33d72f1)) +* **thread:** delete vectore store files for thread ([#35](https://github.com/i-am-bee/bee-api/issues/35)) ([177ab3b](https://github.com/i-am-bee/bee-api/commit/177ab3b363ca90102d5b9a9b98c11e8f6ed98d54)) diff --git a/package.json b/package.json index a8ef488..08809ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-api", - "version": "0.0.6", + "version": "0.0.7", "license": "Apache-2.0", "author": "IBM Corp.", "type": "module",