> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/sdks/go-sdk/v1-legacy/go-changelog.md).

# Go Changelog

{% hint style="info" %}
LicenseSpring’s new **Go SDK V2** (<././v2/Go SDK V2.md>) is now available! This version is a complete rewrite with breaking changes and will receive all future updates and support.

The legacy Go SDK (v1) is deprecated and maintained for backward compatibility only. New users should use v2.
{% endhint %}

### Release Notes

#### v1.0.16 — 15.11.2024

* License file encrypted and stored in local memory
* Local License Check implemented
* Default Crypto Provider and Data Location added

#### v1.0.15 — 18.10.2024

* Offline license activation and deactivation corrected
* Usecase samples added

#### v1.0.14 — 02.10.2023

* Custom unmarshalling of a nillable time in InstallationFileResponse

#### v1.0.13 — 20.6.2023

* General improvements
* More Management API tests

#### v1.0.12 — 16.6.2023

* General fixes and improvements
* License client tests

#### v1.0.11 — 6.6.2023

* Management client tests

#### v1.0.10 — 6.6.2023

* Management client updates

#### v1.0.9 — 8.5.2023

* API response struct change

#### v1.0.8 — 3.2.2023

* Airgap implementation

#### v1.0.7 — 28.11.2022

* Serialization/deserialization fixes

#### v1.0.6 — 15.11.2022

* Encoding/decoding improvements

#### v1.0.5 — 15.11.2022

* Encoding bug fix

#### v1.0.4 — 21.10.2022

* Implemented new endpoints

#### v1.0.3 — 3.5.2022

* Initial SDK


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.licensespring.com/sdks/go-sdk/v1-legacy/go-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
