gocosmos v0.1.4 Release Notes

Release Date: 2021-07-14 // almost 3 years ago
    • REST client & Driver for database/sql:
      • Add parameter InsecureSkipVerify=<true/false> to connection string. This parameter is optional, default value is false. If true, REST client will disable CA verification for https endpoint (useful to run against test/dev env with local/docker Cosmos DB emulator).