Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

70 lines (60 loc) · 3.36 KB

CHANGELOG

Inspired from Keep a Changelog

Added

  • Add release details to releasing.md (319)
  • Allow overriding the aws service identifier in AwsSigv4Signer (333)
  • Added skip-changelog label (339)
  • Added jsdoc for documentation generation (#335)
  • Documented Transport#request (#335)
  • Documented all API methods (#335)
  • Added point in time APIs (#348)
  • Added support for Amazon OpenSearch Serverless (#356)
  • Added Amazon OpenSearch Serverless in user_guide (#372)

Dependencies

  • Bumps xmlbuilder2 from 2.4.1 to 3.0.2
  • Bumps minimatch from 3.0.4 to 3.1.2
  • Bumps eslint from 8.32.0 to 8.33.0
  • Bumps eslint from 8.30.0 to 8.33.0
  • Bumps eslint from 7.32.0 to 8.32.0
  • Replaced babel-eslint with @babel/eslint-parser
  • Bumps eslint-plugin-prettier from 4.0.0 to 4.2.1
  • Bumps minimist from 1.2.7 to 1.2.8
  • Bumps minimist from 1.2.6 to 1.2.8
  • Bumps @aws-sdk/types from 3.226.0 to 3.257.0
  • Bumps @aws-sdk/types from 3.190.0 to 3.257.0
  • Bumps json5 from 2.2.0 to 2.2.3
  • Bumps split2 from 3.2.2 to 4.1.0
  • Bumps @types/node from 18.11.18 to 18.11.19
  • Bumps @types/node from 15.14.7 to 18.11.19
  • Bumps prettier from 2.7.1 to 2.8.3
  • Bumps hpagent from 0.1.2 to 1.2.0
  • Bumps eslint-config-prettier from 8.5.0 to 8.6.0
  • Bumps rimraf from 3.0.2 to 4.1.1
  • Bumps simple-git from 3.15.1 to 3.16.0
  • Bumps secure-json-parse from 2.4.0 to 2.7.0
  • Bumps ora from 5.4.1 to 6.1.2
  • Bumps simple-statistics from 7.7.0 to 7.8.3
  • Bumps dezalgo from 1.0.3 to 1.0.4
  • Bumps tsd from 0.24.1 to 0.25.0

Dependencies

Changed

  • Remove test artifacts from gh_pages workflow (#335)
  • Make fields in BulkOperation optional to match OpenSearch Bulk API requirements (#378)

Deprecated

Removed

Fixed

  • Added missing types for AwsSigv4SignerOptions.service (#377)

Security

  • [CVE-2022-25912] Bumps simple-git from 3.4.0 to 3.15.0 (#341)

Added

  • Github workflow for changelog verification (#306)
  • Add GitHub and Jenkins release workflow (#317)

Dependencies

  • Bumps tsd from 0.22.0 to 0.24.1
  • Bumps semver from 7.3.7 to 7.3.8

Fixed

  • Fix mutability of connection headers (#291)