Skip to content

Commit 9d34850

Browse files
author
Thanh Nguyen
committed
prepare to release v0.1.5
1 parent 9f5c78d commit 9d34850

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Thanh Ba Nguyen
3+
Copyright (c) 2020-2022 Thanh Ba Nguyen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

RELEASE-NOTES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# gocosmos release notes
22

3+
## 2022-02-16 - v0.1.5
4+
5+
- Fix a bug where no-parameterized query returns error.
6+
- Fix a bug where database or collection name contains upper-cased characters.
7+
38
## 2021-07-14 - v0.1.4
49

510
- REST client & Driver for `database/sql`:
611
- Add parameter `InsecureSkipVerify=<true/false>` to connection string. This parameter is optional, default value is `false`.
7-
If `true`, REST client will disable CA verification for https endoint (useful to run against test/dev env with local/docker Cosmos DB emulator).
12+
If `true`, REST client will disable CA verification for https endpoint (useful to run against test/dev env with local/docker Cosmos DB emulator).
813

914
## 2020-12-27 - v0.1.3
1015

gocosmos.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package gocosmos
55

66
const (
77
// Version of package gocosmos.
8-
Version = "0.1.4"
8+
Version = "0.1.5"
99
)

0 commit comments

Comments
 (0)