- Refactored DELETE statement, appending PK values at the end of parameter list is no longer needed.
- Refactored UPDATE statement, appending PK values at the end of parameter list is no longer needed.
- Feature: INSERT/UPSERT statement accepts WITH PK clause. Appending PK values at the end of parameter list is no longer needed.
- Deprecated: WITH singlePK/SINGLE_PK is now deprecated for INSERT/UPSERT, DELETE and UPDATE statements.
- Security: fix CodeQL code scanning alerts
- Fix: server may return status 304 without body
- BREAKING: migrated from btnguyen2k/gocosmos, package name changed.
- Added feature: better error report when calling REST APIs
- Fixed: no content is returned when the DELETE operation is successful
- Fix golint