Skip to content

Releases: gemini-api-php/client

Fix: Missing method in the interface

18 Jan 08:37
Compare
Choose a tag to compare

Add missing method in the ClientInterface.php

v1.4.2

08 Jan 00:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

Custom streaming clients

05 Jan 15:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

Streaming responses as promised

05 Jan 14:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

27 Dec 02:37
Compare
Choose a tag to compare

What's Changed

  • Add missing embedding methods in ClientInterface.php by @erdemkose in #20

Full Changelog: v1.3.0...v1.3.1

v1.3.0: Embedding support

27 Dec 02:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0: Chat history

25 Dec 18:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Dec 01:23
Compare
Choose a tag to compare

What's Changed

  • Add ClientInterface and use request header instead of query parameter by @erdemkose in #16

Full Changelog: v1.0.0...v1.1.0

🎉 New release for the new organization

23 Dec 23:57
Compare
Choose a tag to compare

Finally moved the library to its new organization. This will allow us to organize related packages together.

What's Changed

  • Run GitHub workflow only on push by @erdemkose in #13
  • Change the root namespace and refer to the new repository by @erdemkose in #14

Full Changelog: v0.3.4...v1.0.0

v0.3.4

22 Dec 00:42
Compare
Choose a tag to compare

Require psr/http-client-implementation