Skip to content

Releases: kislerdm/neon-sdk-go

v0.4.8

21 Mar 23:29
b030423
Compare
Choose a tag to compare

Added

  • Added the method GetConnectionURI to retrieve the connection URI for the given role and database, see details.
  • The branch can be set as protected at creation, or update using the attribute Protected.

Full Changelog: v0.4.7...v0.4.8

v0.4.7

07 Mar 19:35
deb2900
Compare
Choose a tag to compare

Added

  • Added the RestoreProjectBranch method to restore the branch to a specified state: details.

Full Changelog: v0.4.6...v0.4.7

v0.4.6

26 Feb 10:46
d85ceeb
Compare
Choose a tag to compare

Removed

  • [BREAKING] Removed the method VerifyUserPassword.

Full Changelog: v0.4.5...v0.4.6

v0.4.5

22 Feb 09:39
095c2a7
Compare
Choose a tag to compare

Changed

  • [BREAKING] The signature of the method VerifyUserPassword includes the password sent for verification.

Full Changelog: v0.4.4...v0.4.5

v0.4.4

18 Feb 12:12
41c386e
Compare
Choose a tag to compare

Added

  • [BREAKING] Added the search argument to the signature of the methods ListProjects and ListSharedProjects. It allows to filter the search results by the project name or ID (see more).
  • Added the methods GetCurrentUserAuthInfo and VerifyUserPassword to query the user identity.

Fixed

  • Trailing "?"-sign for empty request queries.

Full Changelog: v0.4.3...v0.4.4

v0.4.3

19 Jan 14:32
e9a55b8
Compare
Choose a tag to compare

Added

  • Added support to manage the project's permissions:
    • List permissions: ListProjectPermissions;
    • Grant project's permissions to the user: GrantPermissionToProject;
    • Revoke project's permissions from the user: RevokePermissionFromProject.

Changed

  • [BREAKING] Changed the type of the attribute Ips in the struct AllowedIps.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

11 Jan 05:37
b7d56eb
Compare
Choose a tag to compare

Added

  • Added support to list the projects shared with the account. Find more here.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Dec 11:06
1cfbb6d
Compare
Choose a tag to compare

Added

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Dec 11:15
88fb5cc
Compare
Choose a tag to compare

Changed

  • [BREAKING] All optional fields present in the structs of the API request and response payloads are now defined as pointers.

Full Changelog: v0.3.2...v0.4.0

v0.3.2

20 Dec 11:07
c70fae4
Compare
Choose a tag to compare

The release incorporates the up-to-date API contract as of 2023-12-20 10:37:20 GMT.

Added

  • Project level configuration of IP addresses allowed to connect to the endpoints.
  • LastResetAt attribute indicating the last time when a branch was reset.

Full Changelog: v0.3.1...v0.3.2