Skip to content

Commit 4fbf8a0

Browse files
author
Thanh Nguyen
committed
prepare to release v0.1.7
1 parent de10ad6 commit 4fbf8a0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# gocosmos release notes
22

3+
## 2022-12-02 - v0.1.7
4+
5+
- REST client: fix a bug where function `QueryDocuments` does not return all documents if the query is cross-partition.
6+
37
## 2022-02-16 - v0.1.6
48

59
- REST client & Driver for `database/sql`: fix a bug in function `ReplaceOfferForResource` caused by a change from v0.1.5.

gocosmos.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
/*
2-
Package gocosmos provides database/sql driver and a REST API client for Azure Cosmos DB SQL API.
3-
*/
1+
// Package gocosmos provides database/sql driver and a REST API client for Azure Cosmos DB SQL API.
42
package gocosmos
53

64
const (
75
// Version of package gocosmos.
8-
Version = "0.1.6"
6+
Version = "0.1.7"
97
)

0 commit comments

Comments
 (0)