Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2252f83
SK-2815 update nomenclature as per go
skyflow-bharti May 13, 2026
bff7574
SK-2815 go sdk v2 GA ready
skyflow-bharti May 15, 2026
740bb41
SK-2815 update linting rules
skyflow-bharti May 15, 2026
761516b
SK-2815 handle the deprecation strategy for changes
skyflow-bharti May 15, 2026
c680227
SK-2815 add warn logs for deprecated fields
skyflow-bharti May 18, 2026
93641f0
SK-2815 added deprecation logs and tests
skyflow-bharti May 18, 2026
7cb2f2d
SK-2815 added deprecation logs and tests
skyflow-bharti May 18, 2026
085a0a8
SK-2815 added tests
skyflow-bharti May 18, 2026
2ba357b
SK-2815 added tests
skyflow-bharti May 18, 2026
b069e75
SK-2815 refactored warn logs
skyflow-bharti May 19, 2026
e54f1d4
SK-2502 upadate deprecated logs
skyflow-bharti May 20, 2026
d67ced1
SK-2502 fix go sdk v2 issues (#183)
skyflow-bharti May 20, 2026
68f1950
SK-2815 update unit tests
skyflow-bharti May 21, 2026
c78dcea
SK-2815 update readme and changelog
skyflow-bharti May 21, 2026
f4dee26
SK-2815 update logs
skyflow-bharti May 21, 2026
598f3ac
SK-2815 removed unused code
skyflow-bharti May 21, 2026
575c2ae
SK-2815 added unit tests for conenction
skyflow-bharti May 21, 2026
fe08f6a
SK-2815 fix linting errors
skyflow-bharti May 21, 2026
4cad196
SK-2815 update readme file (#186)
skyflow-bharti May 21, 2026
0d545bc
SK-2815 update readme
skyflow-bharti May 21, 2026
0899e65
SK-2815 update readme
skyflow-bharti May 21, 2026
0d10b39
SK-2815 update Samples
skyflow-bharti May 21, 2026
77aa706
SK-2840 add http code method
skyflow-bharti May 22, 2026
7f25d26
SK-2815 updated error handling
skyflow-bharti May 22, 2026
52aab71
SK-2815 increase code cov
skyflow-bharti May 25, 2026
cec267d
SK-2815 added tests
skyflow-bharti May 25, 2026
8dcbb73
SK-2815 update sdk version
skyflow-bharti May 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 2 additions & 88 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,3 @@
# Changelog
All notable changes to this project will be documented as part of the release notes.

All notable changes to this project will be documented in this file.

## [1.10.0] - 2023-10-31
### Added
- `Get` method

## [1.9.0] - 2023-09-29
### Added
- Added BYOT strict modes in Insert Method.

## [1.8.1] - 2023-09-08
### Added
- Added request index in response in Insert Method.

## [1.8.0] - 2023-09-01
### Added
- Support for Bulk request with Continue on Error in Detokenize Method
- Support for Continue on Error in Insert Method

## [1.7.2] - 2023-08-28
### Added
- Support for OFF Loglevel.

## [1.7.1] - 2023-08-22
### Changed
- Internal Batch API with tokenization

## [1.7.0] - 2023-08-18
### Added
- Support for BYOT tokens in insert method
- Support for Context in insert method

## [1.6.0] - 2023-06-09
### Added
- `redaction` key for detokenize method for column group support.

## [1.5.1] - 2023-03-01
### Added
- Fix token expiry time and removal of grace period.

## [1.5.0] - 2022-12-07
### Added
- Upsert support for `insert` method.


## [1.4.0] - 2022-04-12

### Added
- Support for application/x-www-form-urlencoded and multipart/form-data content-type's in connections.

## [1.3.1] - 2022-03-29

### Changed
- Added validation to token from TokenProvider

### Fixed
- requestHeaders are not case insensitive

## [1.3.0] - 2022-03-15

### Changed
- deprecated `IsValid` in favor of `IsExpired`

## [1.2.0] - 2021-02-24

### Added
- Request ID in error logs and error responses for API Errors
- `isValid` method for validating Service Account bearer token

## [1.1.0] - 2022-02-15

### Added
- Logging functionality
- `SetLogLevel` function for setting the package-level LogLevel
- `GenerateBearerTokenFromCreds` function which takes credentials as string
- `Insert` vault API
- `Detokenize` vault API
- `GetById` vault API
- `InvokeConnection`

### Changed
- Renamed and deprecated `GenerateToken` in favor of `GenerateBearerToken`

## [1.0.0] - 2021-08-25

### Added
- `GenerateToken` for Service Account Token generation
See [GitHub Releases](https://github.com/skyflowapi/skyflow-go/releases) or [pkg.go.dev](https://pkg.go.dev/github.com/skyflowapi/skyflow-go/v2) for more details on each released version.
2 changes: 2 additions & 0 deletions README-v1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Description
> **Go V2.1.0 IS NOW AVAILABLE:** A new, improved version of the Skyflow SDK is ready with flexible authentication, multi-vault support, builder patterns, and richer error diagnostics. V1 is in maintenance mode (security patches only) and will reach End of Life on October 31, 2026. We recommend upgrading to v2.1.0 — see the **[Migration Guide](docs/migrate_to_v2.md)** for step-by-step instructions.

This go SDK is designed to help developers easily implement Skyflow into their go backend.

[![CI](https://img.shields.io/static/v1?label=CI&message=passing&color=green?style=plastic&logo=github)](https://github.com/skyflowapi/skyflow-go/actions)
Expand Down
Loading
Loading