Skip to content

Releases: sgaunet/perplexity-go

v2.16.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:25
fb88076

Changelog

New Features and updates

  • fb88076: feat(streaming): add StreamCompletion API with backpressure (@sgaunet)

v2.16.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 20:32
c32111d

Changelog

Bug fixes

  • c32111d: fix(request): drop default search_recency_filter (@sgaunet)
  • d44135b: fix(validation): accept base64 data URIs for files and images (@sgaunet)

Other work

v2.15.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 10:25
312b613

Changelog

New Features and updates

  • a26ff62: feat(examples): add examples for language preference and max_tokens (@sgaunet)
  • fb523b3: feat(files): add file attachment support for document analysis (@sgaunet)
  • 59dd37d: feat: Add language_preference parameter for Search and Chat APIs (@sgaunet)
  • a8947f7: feat: Add max_tokens parameter to Search API (@sgaunet)
  • 312b613: feat: Add max_tokens parameter to Search API (@sgaunet)

Other work

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 00:16
b35d971

Changelog

Documentation updates

Other work

v2.13.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 19:59
2989ad3

Changelog

New Features and updates

  • 22b8b23: feat: add LatestUpdated filter to WebSearchOptions and corresponding tests (#103) (@sgaunet)
  • d564d6d: feat: add SearchDomain option to CompletionRequest and corresponding validation (#101) (@sgaunet)
  • d8d2d17: feat: implement multimodal message support with image processing and validation (#106) (@sgaunet)
  • 10a454b: feat: update date filter fields for API compliance and deprecate old filters (#105) (@sgaunet)

Other work

v2.12.2

Choose a tag to compare

@github-actions github-actions released this 21 Sep 08:39
f3cde5a

Changelog

New Features and updates

Other work

v2.12.1

Choose a tag to compare

@github-actions github-actions released this 02 Sep 19:27
17636e7

Changelog

New Features and updates

  • 76073ed: feat: add LinkedIn and Mastodon announcement configurations to goreleaser (#93) (@sgaunet)
  • b090716: feat: add vulnerability scan workflow using govulncheck (#95) (@sgaunet)

Other work

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 19:53
af0cd33

Changelog

Other work

v2.11.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:20
1e1fd41

Changelog

Other work

  • 1e1fd41: chore: update golangci-lint to version 2.2.2 and adjust linting configurations (#87) (@sgaunet)
  • e49b275: temperature should support the value 0 (#86) (@patrick-amuse)

v2.11.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:00
79a3b4e

Changelog

New Features and updates

  • 2246cdc: feat: add date filter options to CompletionRequest and implement validation for date formats (#84) (@sgaunet)
  • e6f47aa: feat: add example programs for basic completion, structured output, image search, and SSE streaming (#81) (@sgaunet)
  • 79a3b4e: feat: add reasoning effort options for sonar-deep-research model and implement validation (#85) (@sgaunet)
  • da60402: feat: add search mode option to CompletionRequest and update related tests (#83) (@sgaunet)
  • 5bfdb3b: feat: add support for related questions in CompletionResponse and update example to include this feature (#82) (@sgaunet)

Other work