Skip to content

Commit e7cf5a8

Browse files
chore(main): release 0.2.1 (#96)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9495d0e commit e7cf5a8

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/gemini-cli-extensions/firestore-native/compare/0.2.0...0.2.1) (2026-03-03)
4+
5+
6+
### Features
7+
8+
* **dataproc:** Add dataproc source and list/get clusters/jobs tools ([genai-toolbox#​2407](https://redirect.github.com/googleapis/genai-toolbox/issues/2407)) ([cc05e57](https://redirect.github.com/googleapis/genai-toolbox/commit/cc05e5745d1c25a6088702b827cd098250164b7e)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
9+
* **ui:** Make tool list panel resizable ([genai-toolbox#​2253](https://redirect.github.com/googleapis/genai-toolbox/issues/2253)) ([276cf60](https://redirect.github.com/googleapis/genai-toolbox/commit/276cf604a2bb41861639ed6881557e38dd97a614)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
10+
* Add polling system to dynamic reloading ([genai-toolbox#​2466](https://redirect.github.com/googleapis/genai-toolbox/issues/2466)) ([fcaac9b](https://redirect.github.com/googleapis/genai-toolbox/commit/fcaac9bb957226ee3db1baea24330f337ba88ab7)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
11+
* Added basic template for sdks doc migrate ([genai-toolbox#​1961](https://redirect.github.com/googleapis/genai-toolbox/issues/1961)) ([87f2eaf](https://redirect.github.com/googleapis/genai-toolbox/commit/87f2eaf79cdecca7b939151e1543eccf2f812a69)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** Add path for forked PR unit test runs ([genai-toolbox#​2540](https://redirect.github.com/googleapis/genai-toolbox/issues/2540)) ([04dd2a7](https://redirect.github.com/googleapis/genai-toolbox/commit/04dd2a77603c7babf01da724dfb77808e3f25fe5)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
17+
* **docs/adk:** Resolve dependency duplication ([genai-toolbox#​2418](https://redirect.github.com/googleapis/genai-toolbox/issues/2418)) ([4d44abb](https://redirect.github.com/googleapis/genai-toolbox/commit/4d44abb4638926ca50b0fa4dcf10a03e7fab657f)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
18+
* **docs/langchain:** Fix core at 0.3.0 and align compatible dependencies ([genai-toolbox#​2426](https://redirect.github.com/googleapis/genai-toolbox/issues/2426)) ([36edfd3](https://redirect.github.com/googleapis/genai-toolbox/commit/36edfd3d506e839c092d04cbca1799b5ebc38160)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
19+
* **oracle:** Enable DML operations and resolve incorrect array type error ([genai-toolbox#​2323](https://redirect.github.com/googleapis/genai-toolbox/issues/2323)) ([72146a4](https://redirect.github.com/googleapis/genai-toolbox/commit/72146a4b1605bcdd3e1038106bfb1f899e677e39)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
20+
* **server/mcp:** Guard nil dereference in sseManager.get ([genai-toolbox#​2557](https://redirect.github.com/googleapis/genai-toolbox/issues/2557)) ([e534196](https://redirect.github.com/googleapis/genai-toolbox/commit/e534196303c2b8d9b6e599ac25add337e6fc9b8f)), closes [genai-toolbox#​2548](https://redirect.github.com/googleapis/genai-toolbox/issues/2548) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
21+
* **tests:** Resolve LlamaIndex dependency conflict in JS quickstart ([genai-toolbox#​2597](https://redirect.github.com/googleapis/genai-toolbox/issues/2597)) ([ac11f5a](https://redirect.github.com/googleapis/genai-toolbox/commit/ac11f5af9c7bcf228d667e1b8e08b5dc49ad91a0)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
22+
* **tests/postgres:** Implement uuid-based isolation and reliable resource cleanup ([genai-toolbox#​2377](https://redirect.github.com/googleapis/genai-toolbox/issues/2377)) ([8a96fb1](https://redirect.github.com/googleapis/genai-toolbox/commit/8a96fb1a8874baa3688e566f3dea8a0912fcf2df)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
23+
* **tests/postgres:** Restore list\_schemas test and implement dynamic owner ([genai-toolbox#​2521](https://redirect.github.com/googleapis/genai-toolbox/issues/2521)) ([7041e79](https://redirect.github.com/googleapis/genai-toolbox/commit/7041e797347f337d6f7f44ca051ae31acd58babe)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
24+
* Deflake alloydb omni ([genai-toolbox#​2431](https://redirect.github.com/googleapis/genai-toolbox/issues/2431)) ([62b8309](https://redirect.github.com/googleapis/genai-toolbox/commit/62b830987d65c3573214d04e50742476097ee9e9)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
25+
* Enforce required validation for explicit null parameter values ([genai-toolbox#​2519](https://redirect.github.com/googleapis/genai-toolbox/issues/2519)) ([d5e9512](https://redirect.github.com/googleapis/genai-toolbox/commit/d5e9512a237e658f9b9127fdd8c174ec023c3310)) ([9495d0e](https://github.com/gemini-cli-extensions/firestore-native/commit/9495d0e8752714f979a3796775f89ad03bf3a828))
26+
327
## [0.2.0](https://github.com/gemini-cli-extensions/firestore-native/compare/0.1.2...0.2.0) (2026-02-25)
428

529

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-native",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Connect and interact with Firestore databases, collections, and documents.",
55
"mcpServers": {
66
"firestore": {

0 commit comments

Comments
 (0)