metronome-sdk 3.10.0 → 3.11.0.pre.alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b696954210f4bfed05c1d32c78ae7c38101e515f542781ff37cc49ef5b8aa64e
4
- data.tar.gz: 6645acf1a6a3b40d2515f909f591ea74837837c5fcea90af965a363eb4e67e40
3
+ metadata.gz: 28635d2c1a0932a3a72f990d2c8ece6019ff1ec3b2c2443bffb7eaa73bdc0aa2
4
+ data.tar.gz: 1a57be690e57ad26021b8d8d27d581c6a471709c66c9391052ec2ff1c6d8148c
5
5
  SHA512:
6
- metadata.gz: aa99380e1a02c6e89b1633b002eecd1a3f20ae850141c302ed1dda4520eef09bf3de437944db64e381a0817afa963648a2b8d53d4d91e767621972015b274a94
7
- data.tar.gz: 5ead08a83536b93ce7b43d66964e8f132632c4a6846059a08be8e3d2f2b6af6389988a0a709af4b19d9094d902a20bd4cc28384a8a815f465fb33314c1834dac
6
+ metadata.gz: fecbe333ec9f2810129d128501de837fc347b2830238f024f8c2ef3a489564fe8ec980b9d62382c8bf70ac555d8831ecacbd27139ee49b55a5935c17e600f80b
7
+ data.tar.gz: dff1e169dfdb3e72168345e2373d0b0006b0d2b22b97c99d43d774fe64bc9eb9dda5a7c117b13281e820242f5ad1bd831693c9ca0714ce78e67512b9d9dc33fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.11.0-alpha.1](https://github.com/Metronome-Industries/metronome-ruby/compare/v3.10.0...v3.11.0-alpha.1) (2026-07-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * add release-please workflow ([#27](https://github.com/Metronome-Industries/metronome-ruby/issues/27)) ([03844d8](https://github.com/Metronome-Industries/metronome-ruby/commit/03844d89a8dcd94ae1af42a3adaab0e80e86c0ac))
9
+ * **release:** add App-token release workflow and in-PR overrides ([#30](https://github.com/Metronome-Industries/metronome-ruby/issues/30)) ([8e907d6](https://github.com/Metronome-Industries/metronome-ruby/commit/8e907d6a95aead3575af00f0123fa2762d7fca0c))
10
+ * **stlc:** dispatch custom-code seals to api ([3b86868](https://github.com/Metronome-Industries/metronome-ruby/commit/3b86868ff54438037af4f13ad6ae40409fa4b728))
11
+ * **stlc:** dispatch custom-code seals to api ([f3fc992](https://github.com/Metronome-Industries/metronome-ruby/commit/f3fc9929937ed044e5c3fa945ab4eb756260b1ff))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **stlc:** use bot token for sync ([d80fe13](https://github.com/Metronome-Industries/metronome-ruby/commit/d80fe13b320e348522129cdb8d4dbef19b030572))
17
+ * **stlc:** use bot token for sync ([25835bf](https://github.com/Metronome-Industries/metronome-ruby/commit/25835bfd8586274cdf7399cf4ffb74bb891e47b4))
18
+
19
+
20
+ ### Chores
21
+
22
+ * initial promote from stlc staging ([a7c3956](https://github.com/Metronome-Industries/metronome-ruby/commit/a7c39562193758c563806594397f9c2b0df131dc))
23
+ * promote SDK changes from staging ([7659721](https://github.com/Metronome-Industries/metronome-ruby/commit/7659721dfa9b8482fb4c7c342e521f9d8f69c30c))
24
+ * **stlc:** reconcile production history into staging ([fbc1ce6](https://github.com/Metronome-Industries/metronome-ruby/commit/fbc1ce606c5ebe8377109b919bb9750fde62bfc2))
25
+ * **stlc:** reconcile Ruby production history into staging ([7984d3e](https://github.com/Metronome-Industries/metronome-ruby/commit/7984d3e146fffba603062f6d4e2cd54833c6ef89))
26
+
3
27
  ## 3.10.0 (2026-07-23)
4
28
 
5
29
  Full Changelog: [v3.9.0...v3.10.0](https://github.com/Metronome-Industries/metronome-ruby/compare/v3.9.0...v3.10.0)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "metronome-sdk", "~> 3.10.0"
29
+ gem "metronome-sdk", "~> 3.11.0-alpha.1"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -9,6 +9,9 @@ module MetronomeSDK
9
9
  # Some parameter documentations has been truncated, see
10
10
  # {MetronomeSDK::Models::V1::Customers::CommitCreateParams} for more details.
11
11
  #
12
+ # ⚠️ For most contract amendments, use `contracts/edit` directly. Use this
13
+ # endpoint only for cross-contract or enterprise-wide commits.
14
+ #
12
15
  # Creates customer-level commits that establish spending commitments for customers
13
16
  # across their Metronome usage. Commits represent contracted spending obligations
14
17
  # that can be either prepaid (paid upfront) or postpaid (billed later).
@@ -9,6 +9,9 @@ module MetronomeSDK
9
9
  # Some parameter documentations has been truncated, see
10
10
  # {MetronomeSDK::Models::V1::Customers::CreditCreateParams} for more details.
11
11
  #
12
+ # ⚠️ For most contract amendments, use `contracts/edit` directly. Use this
13
+ # endpoint only for cross-contract or enterprise-wide commits.
14
+ #
12
15
  # Creates customer-level credits that provide spending allowances or free credit
13
16
  # balances for customers across their Metronome usage. Note: In most cases, you
14
17
  # should add credits directly to customer contracts using the contract/create or
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MetronomeSDK
4
- VERSION = "3.10.0"
4
+ VERSION = "3.11.0-alpha.1"
5
5
  end
@@ -6,6 +6,9 @@ module MetronomeSDK
6
6
  class Customers
7
7
  # Credits and commits are used to manage customer balances.
8
8
  class Commits
9
+ # ⚠️ For most contract amendments, use `contracts/edit` directly. Use this
10
+ # endpoint only for cross-contract or enterprise-wide commits.
11
+ #
9
12
  # Creates customer-level commits that establish spending commitments for customers
10
13
  # across their Metronome usage. Commits represent contracted spending obligations
11
14
  # that can be either prepaid (paid upfront) or postpaid (billed later).
@@ -6,6 +6,9 @@ module MetronomeSDK
6
6
  class Customers
7
7
  # Credits and commits are used to manage customer balances.
8
8
  class Credits
9
+ # ⚠️ For most contract amendments, use `contracts/edit` directly. Use this
10
+ # endpoint only for cross-contract or enterprise-wide commits.
11
+ #
9
12
  # Creates customer-level credits that provide spending allowances or free credit
10
13
  # balances for customers across their Metronome usage. Note: In most cases, you
11
14
  # should add credits directly to customer contracts using the contract/create or
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metronome-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.0
4
+ version: 3.11.0.pre.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metronome
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-23 00:00:00.000000000 Z
11
+ date: 2026-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -1010,9 +1010,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
1010
1010
  version: 3.2.0
1011
1011
  required_rubygems_version: !ruby/object:Gem::Requirement
1012
1012
  requirements:
1013
- - - ">="
1013
+ - - ">"
1014
1014
  - !ruby/object:Gem::Version
1015
- version: '0'
1015
+ version: 1.3.1
1016
1016
  requirements: []
1017
1017
  rubygems_version: 3.4.1
1018
1018
  signing_key: