Skip to content

Commit f1adf90

Browse files
committed
16.8.0
1 parent a165dfe commit f1adf90

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

lib/models/porcelain.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7932,7 +7932,6 @@ def to_json(options = {})
79327932
end
79337933
end
79347934

7935-
# GoogleSpanner is currently unstable, and its API may change, or it may be removed, without a major version bump.
79367935
class GoogleSpanner
79377936
# The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
79387937
attr_accessor :bind_interface

lib/strongdm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Client
3131
DEFAULT_RETRY_FACTOR = 1.6
3232
DEFAULT_RETRY_JITTER = 0.2
3333
API_VERSION = "2025-04-14"
34-
USER_AGENT = "strongdm-sdk-ruby/16.7.0"
34+
USER_AGENT = "strongdm-sdk-ruby/16.8.0"
3535
private_constant :DEFAULT_BASE_RETRY_DELAY, :DEFAULT_MAX_RETRY_DELAY, :DEFAULT_RETRY_FACTOR, :DEFAULT_RETRY_JITTER, :API_VERSION, :USER_AGENT
3636

3737
# Creates a new strongDM API client.

lib/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
#
1515
module SDM
16-
VERSION = "16.7.0"
16+
VERSION = "16.8.0"
1717
end

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
#
1515
module SDM
16-
VERSION = "16.7.0"
16+
VERSION = "16.8.0"
1717
end

0 commit comments

Comments
 (0)