Skip to content

Commit 3caf078

Browse files
Add source code link to sf_mini_core shared library in the changelog (#1671)
1 parent 149dcd6 commit 3caf078

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Internal changes:
3737
-
3838
-
3939

40-
## 1.18.2
40+
## 1.18.1
4141

4242
Bug fixes:
4343

@@ -47,7 +47,7 @@ Bug fixes:
4747

4848
Internal changes:
4949
- Remove spammy "telemetry disabled" log messages (snowflakedb/gosnowflake#1638).
50-
- Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions (snowflakedb/gosnowflake#1629)
50+
- Introduced shared library ([source code](https://github.com/snowflakedb/universal-driver/tree/main/sf_mini_core)) for extended telemetry to identify and prepare testing platform for native rust extensions (snowflakedb/gosnowflake#1629)
5151

5252
## 1.18.0
5353

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ go get -u github.com/snowflakedb/gosnowflake
5050
For detailed documentation and basic usage examples, please see the documentation at
5151
[godoc.org](https://godoc.org/github.com/snowflakedb/gosnowflake/).
5252

53-
## Note
53+
## Notes
5454

5555
This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support.
5656

57+
The driver uses Rust library called sf_mini_core, you can find its source code [here](https://github.com/snowflakedb/universal-driver/tree/main/sf_mini_core)
58+
5759
# Sample Programs
5860

5961
Snowflake provides a set of sample programs to test with. Set the environment variable ``$GOPATH`` to the top directory of your workspace, e.g., ``~/go`` and make certain to

0 commit comments

Comments
 (0)