1.0.0 #61
zombiezen
announced in
Announcements
1.0.0
#61
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 1.0 is the first officially stable release of
zombiezen.com/go/sqlite
. It includes improved documentation and is cleaned up for current versions of Go. There are no breaking changes to the API: this release is more a recognition that the API has been stable and a promise that it will continue to be stable.Added
*Stmt.ColumnIsNull
and*Stmt.IsNull
methods (#55).sqlitefile
andsqlitex
.Changed
interface{}
withany
. This should be a compatible change.modernc.org/sqlite
version updated to 1.27.0.Removed
io.*
interface fields onsqlitefile.Buffer
andsqlitefile.File
. These were unused.zombiezen.com/go/sqlite/fs
package. It existed to help transition around Go 1.16, but is no longer useful.This discussion was created from the release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions