mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-15 00:00:49 -04:00
Compare commits
4 Commits
fb655489eb
...
34608c9adf
Author | SHA1 | Date | |
---|---|---|---|
|
34608c9adf | ||
|
ed6d07d9bc | ||
|
fc4bada04a | ||
|
3b38c42445 |
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,17 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## 8.5.0-beta.1 - 2023-03-23
|
||||
* [#1194](https://github.com/stripe/stripe-ruby/pull/1194) Update generated code for beta (new)
|
||||
* Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`
|
||||
* Add support for `collect_inputs` method on resource `Terminal.Reader`
|
||||
|
||||
## 8.4.0 - 2023-03-23
|
||||
* [#1197](https://github.com/stripe/stripe-ruby/pull/1197) Update generated code (new)
|
||||
* Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
|
||||
* Add support for `create` and `list_line_items` methods on resource `Calculation`
|
||||
* Add support for `create_from_calculation`, `create_reversal`, `create`, `list_line_items`, and `retrieve` methods on resource `Transaction`
|
||||
* [#1152](https://github.com/stripe/stripe-ruby/pull/1152) Symbolize hash keys inside `convert_to_stripe_object_with_params`
|
||||
|
||||
## 8.4.0-beta.4 - 2023-03-16
|
||||
* [#1189](https://github.com/stripe/stripe-ruby/pull/1189) Update generated code for beta (new)
|
||||
* Add support for `create_from_calculation` method on resource `Tax.Transaction`
|
||||
|
@ -1 +1 @@
|
||||
v283
|
||||
v277
|
@ -72,9 +72,7 @@ module Stripe
|
||||
initialize_from(resp.data, opts)
|
||||
end
|
||||
extend Gem::Deprecate
|
||||
deprecate :save, "the `update` class method (for examples"\
|
||||
" see https://github.com/stripe/stripe-ruby"\
|
||||
"/wiki/Migration-guide-for-v8)", 2022, 11
|
||||
deprecate :save, :update, 2022, 11
|
||||
|
||||
def self.included(base)
|
||||
# Set `metadata` as additive so that when it's set directly we remember
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "8.5.0-beta.1"
|
||||
VERSION = "8.4.0-beta.4"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user