Skip to content

Releases: atlanhq/atlan-go

v0.0.9

12 Sep 22:12
7d376f5
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

  • DVX: 612 - feat: Added GetByQualifiedName Method by @0xquark in #56
  • DVX: 611 - feat: Added support for Table by @0xquark in #55
  • DVX: 592 - feat: Added Add, Modify, Remove and Update methods on AtlanTags by @0xquark in #57

🐞 Bug Fixes

  • DVX: 613 - Bug: Set default value for page size in FluentSearch and IndexSearch by @0xquark in #58
  • DVX: 554 - Bug: Replace hardcoded request headers to get from request directly by @0xquark in #59

Full Changelog: v0.0.8...v0.0.9

v0.0.8

13 Aug 10:20
76897fd
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

  • Added support for GCS presigned URL file uploads by @Aryamanz29 in #53

Full Changelog: v0.0.7...v0.0.8

v0.0.7

12 Aug 11:27
9cce6f7
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

  • Added support for Azure Blob presigned URL file uploads by @Aryamanz29 in #51

Full Changelog: v0.0.6...v0.0.7

v0.0.6

01 Aug 10:40
b20cc7b
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

Full Changelog: v0.0.5...v0.0.6

v0.0.5

26 Jul 12:51
8285685
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

  • AddedcertificateStatusMessage to the indexsearch result SearchAttributes by @rittikdasgupta in #47
  • Added Announcement related attributes to the indexsearch result SearchAttributes by @Aryamanz29 in #45

🐞 Bug Fixes

  • Fixed asset struct field AtlanTags: json:atlanTags to json:classifications by @rittikdasgupta in #46

Full Changelog: v0.0.4...v0.0.5

v0.0.4

09 Jul 17:40
71c4241
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

  • Added support for file upload and download using presigned URLs by @Aryamanz29 in #41

Full Changelog: v0.0.3...v0.0.4

v0.0.3

08 Jul 11:29
47edf23
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

🪛 Other Changes

  • chore: downgrade the go version to 1.19 by @rittikdasgupta in #43
  • dependency: pinned the experimental version of the "slog" library, ensuring compatibility with Go 1.19. This is necessary because heracles now utilizes go-sdk for making API calls (for data contract init endpoint), which currently supports Go 1.19.

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

24 Jun 09:10
474259d
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

  • Added support for both attributes (dataContractJson and dataContractSpec) by @bichitra95 in #39

🐞 Bug Fixes

  • Fixed missing "description" in the SearchAttributes struct by @Aryamanz29 in #40

New Contributors

Full Changelog: v0.0.1...v0.0.2

Atlan Go SDK v0.0.1

06 Jun 13:21
f54645b
Compare
Choose a tag to compare
Atlan Go SDK v0.0.1 Pre-release
Pre-release

What's Changed

✨ New Features & Enhancements

  • Atlan Go-sdk Prototype by @0xquark in #1
  • DVX-238: Structure Go Sdk by @0xquark in #2
  • DVX:242 Custom Metadata Handling in Go-sdk by @0xquark in #3
  • DVX-241: Error Handling in Go-sdk by @0xquark in #4
  • Add Unit Tests and Structuring by @0xquark in #6
  • DVX: 344, DVX: 355 P0: Add Types and Operations by @0xquark in #7
  • Modify Eq Methods on atlan-fields by @0xquark in #9
  • DVX:183 - Add Integration Tests and Github Actions by @0xquark in #11
  • Custom Unmarshalling for search assets by @0xquark in #15
  • Add DataContracts typedef by @0xquark in #16
  • Enable UTM tags in IndexSearch by @0xquark in #18
  • Update Attributes in IndexSearch of Table and Column by @0xquark in #20
  • DVX 307 : Implement logging using slog by @0xquark in #21
  • Add custom unmarshalling for Terms in IndexSearchResponse by @0xquark in #22
  • DVX:450 Add UtmTags to fluentsearch by @0xquark in #23
  • DVX:451 Migrate Atlas struct from go-common to sdk by @0xquark in #24
  • Strongly type DataContracts in sdk by @0xquark in #25
  • Set logging levels from info to debug in sdk by @0xquark in #26
  • DVX483: Enhancement - Improve error handling by @0xquark in #30
  • DVX:473 Generic method for retrieval of assets by @0xquark in #32
  • DVX-498 Combine Interface for Asset and AtlanObject for common CRUD and Retrieval operations by @0xquark in #33
  • Dvx 482 Normalize and Truncate the part of the url after com, co etc in the base url by @0xquark in #35
  • Chore: Add test for NormalizedURL and fix existing test cases. by @0xquark in #36

🛠 Breaking Changes

  • Breaking-Change: Restructure sdk into atlan/assets & atlan/model/structs by @0xquark in #34

🐞 Bug Fixes

  • Set defaultatlanclient to atlanclient when initializing by @0xquark in #10
  • Change atlanTagNames json type to classificationNames by @0xquark in #19
  • Omit guid during marshalling when not set as a parameter by @0xquark in #27
  • change hastimeprecision to custom type definition by @0xquark in #28
  • DVX40: Check for invalid api key while fetching custom typedefs by @0xquark in #29
  • Minor fix - Remove returning AtlanError while making a request by @0xquark in #31
  • DVX-480:Change attributes type to custom types for type safety by @0xquark in #37

🔖 Documentation

🪛 Other Changes

  • Add .gitignore and update files for refactoring by @0xquark in #5
  • Change GOPATH to "github.com/atlanhq/atlan-go" by @0xquark in #8
  • Minor Fix - CustomMetadata while using IndexSearch by @0xquark in #14
  • Fix inconsistent formatting of typedef attributes by @0xquark in #17
  • Pre-Release Go-SDK v0.0.1 by @0xquark in #38

New Contributors

Full Changelog: https://github.com/atlanhq/atlan-go/commits/v0.0.1