Skip to content

Releases: HanaokaYuzu/Gemini-API

v1.9.0

05 Feb 21:58
Compare
Choose a tag to compare

feat: add support to thinking models

Full Changelog: v1.8.4...v1.9.0

v1.8.4

01 Feb 19:39
Compare
Choose a tag to compare

fix: update model constants

What's Changed

  • build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #59

Full Changelog: v1.8.3...v1.8.4

v1.8.3

23 Jan 21:29
Compare
Choose a tag to compare

build: update dependencies, enable http2 support

What's Changed

  • build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #56

Full Changelog: v1.8.2...v1.8.3

v1.8.2

20 Jan 22:48
Compare
Choose a tag to compare

feat: enhance image generation text output, add failure test case

Full Changelog: v1.8.1...v1.8.2

v1.8.1

10 Jan 18:05
Compare
Choose a tag to compare

feat: add support for 2.0 experimental advanced model

ref #55

What's Changed

  • build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #52

Full Changelog: v1.8.0...v1.8.1

v1.8.0

22 Dec 00:54
Compare
Choose a tag to compare

feat: add support to specify language model version

gemini-2.0-flash-exp model is now supported. Sample code can be found in README

ref #51

What's Changed

  • build(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #50

Full Changelog: v1.7.0...v1.8.0

v1.7.0

29 Nov 06:43
Compare
Choose a tag to compare

fix: replace deprecated argument

httpx.AsyncClient deprecated argument proxies in favor of proxy in v0.28.0. Please use proxy instead.

What's Changed

  • build(deps): bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by @dependabot in #39
  • build(deps): bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by @dependabot in #40
  • build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #43
  • build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in #45
  • build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #46

Full Changelog: v1.6.1...v1.7.0

v1.6.1

11 Sep 05:27
Compare
Choose a tag to compare

feat: when secure_1psid is not provided, loop through all local cached cookies instead of raising value error

ref #33

What's Changed

  • build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by @dependabot in #38
  • build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #37

Full Changelog: v1.6.0...v1.6.1

v1.6.0

07 Sep 20:44
Compare
Choose a tag to compare

fix: image generation response structure

ref #34

What's Changed

  • build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #29
  • build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #32
  • Update README.md by @gensichen in #35

New Contributors

Full Changelog: v1.5.3...v1.6.0

v1.5.3

30 Jul 20:34
Compare
Choose a tag to compare

feat: add debug log for invalid response

ref #28

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3