-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade golang and go.mod deps, prepare changelog (WIP), rearrange re…
…adme
- Loading branch information
Showing
5 changed files
with
184 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
- All notable changes to this project will be documented in this file. | ||
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
- We try to follow [semantic versioning](https://semver.org/). | ||
- All changes have a **git tag** available, are build and published to GitHub packages as a docker image. | ||
|
||
## Unreleased | ||
|
||
## v1.1.0 | ||
- First of all, even though this is a **major refactor**, the clientside API is still the same. **There should be no breaking changes!** | ||
- The main goal of this release is to bring IntegreSQL's performance on par with our previous Node.js implementation. Specifially we wanted to eliminate any long-running mutex locks and make the codebase more maintainable and easier to extend in the future. | ||
- ... | ||
|
||
## v1.0.0 | ||
- Initial release May 2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.