Releases: kislerdm/neon-sdk-go
Releases · kislerdm/neon-sdk-go
v0.4.8
v0.4.7
v0.4.6
v0.4.5
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
Added
- [BREAKING] Added the
search
argument to the signature of the methodsListProjects
andListSharedProjects
. It allows to filter the search results by the project name or ID (see more). - Added the methods
GetCurrentUserAuthInfo
andVerifyUserPassword
to query the user identity.
Fixed
- Trailing "?"-sign for empty request queries.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
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
.
- List permissions:
Changed
- [BREAKING] Changed the type of the attribute
Ips
in the structAllowedIps
.
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
v0.4.0
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
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