File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020 Thanh Ba Nguyen
3
+ Copyright (c) 2020-2022 Thanh Ba Nguyen
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# gocosmos release notes
2
2
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
+
3
8
## 2021-07-14 - v0.1.4
4
9
5
10
- REST client & Driver for ` database/sql ` :
6
11
- 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).
8
13
9
14
## 2020-12-27 - v0.1.3
10
15
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ package gocosmos
5
5
6
6
const (
7
7
// Version of package gocosmos.
8
- Version = "0.1.4 "
8
+ Version = "0.1.5 "
9
9
)
You can’t perform that action at this time.
0 commit comments