Skip to content

Releases: opensearch-project/opensearch-php

2.3.1

29 Aug 11:59
1866e6e
Compare
Choose a tag to compare

What's Changed

  • Fixes docs workflow by @dblock in #187
  • Fix permissions to release on GitHub by @gaiksaya in #189
  • Preparing for next developer iteration, 2.3.1. by @dblock in #190
  • Enhanced Generator Code to generate Endpoints using OpenSearch API Specifications by @saimedhi in #194
  • Added Autogenerated File Header and Renamed Client by @saimedhi in #196
  • Updated location of the API spec. by @dblock in #200
  • Fix example in USER_GUIDE.md by @TimWolla in #201
  • Moved Endpoint Proxies in Namespace Generator to Separate Folder by @saimedhi in #202
  • Generated Endpoints Using OpenSearch API Specifications: Phase I by @saimedhi in #203
  • Fix generator and add endpoint proxies/patches for backward compatibility by @saimedhi in #204
  • Generated Endpoints Using OpenSearch API Specifications: Phase II by @saimedhi in #206
  • Generated SecurityNamespace Endpoints Using OpenSearch API Specifications by @saimedhi in #207
  • Added Automated API Update Workflow by @saimedhi in #209
  • Generated Ml Namespace Endpoints Using OpenSearch API Specifications by @saimedhi in #214
  • Added @saimedhi to opensearch-php maintainers. by @dblock in #215
  • Added samples, updated links. by @dblock in #218
  • Add more precise types by @stof in #220
  • Fix node id vs. metric for backwards compatibility. by @dblock in #221
  • Add a proxy for closeCursor for backwards-compatibility. by @dblock in #222
  • Updated opensearch-php to reflect the latest OpenSearch API spec by @opensearch-trigger-bot in #213
  • fix: increase min version of ringphp by @shyim in #225
  • fix: php 8.4 deprecations by @shyim in #226

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

24 Apr 20:39
b9dacd1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

26 May 11:04
8b6cdbc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

27 Feb 17:58
9b7fd92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...2.1.0

2.0.3

01 Oct 08:32
27e04b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

10 Aug 18:12
845edd6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

01 Jul 23:53
839c78e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

Compatibility to OpenSearch 2.0

26 May 19:27
565c17e
Compare
Choose a tag to compare

Changes:

  • Type Mapping API's have been removed
  • include-type-name Parameter has been removed
  • indices.exists_type and indices.flush_synced removal
    See PR: #54

Endpoints for Security plugin

24 Mar 06:34
Compare
Choose a tag to compare

What's Changed

  • Add security plugin client by @rcwsr in #45

New Contributors

  • @rcwsr made their first contribution in #45

Full Changelog: 1.0.1...1.0.2

1.0.1

01 Feb 05:57
Compare
Choose a tag to compare
  • PHP 8.1 support
  • Removed sha1 usage
  • Added support for the SQL endpoint