-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0f76a6
commit db446a0
Showing
1 changed file
with
14 additions
and
0 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,14 @@ | ||
--- | ||
title: 01/02 - Neosync v0.5 | ||
hide_table_of_contents: false | ||
slug: /v5 | ||
authors: | ||
- evis | ||
--- | ||
|
||
1. Fixed a bug that was causing generate javascript code to not be persisted across modal open/closes | ||
2. Adds support for `bit`, `varbit` and `datetime` types | ||
3. Removed all `@deprecated` fields in the API | ||
4. Removed all unused or deprecated methods. | ||
5. Introduced a new Neosync data structured for reading/writing data to s3 | ||
6. Updated the Typescript SDK to use the Connection V2 api |