File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- ### 3.0.0 / ????-??-?? ###
2-
3- * BREAKING: Drop support for EOL'd Ruby 2.x
4- * Prevent duplicate assembly steps [ #49 ] ( https://github.com/transloadit/ruby-sdk/issues/27 ) (@ifedapoolarewaju )
5- * Send "Transloadit-Client" header for every request (@ifedapoolarewaju )
6- * Send all requests via HTTPS by default
7- * Position signature before any files in requests [ #51 ] ( https://github.com/transloadit/ruby-sdk/issues/51 )
1+ ### 3.0.0 / 2024-01-10
2+
3+ - BREAKING: Drop support for EOL'd Ruby 2.x
4+ - Ensure that signature is sent before files [ #65 ] ( https://github.com/transloadit/ruby-sdk/pull/65 ) (@Acconut )
5+ - Send requests via HTTPS by default [ #64 ] ( https://github.com/transloadit/ruby-sdk/pull/64 ) (@Acconut )
6+ - Prevent duplicate assembly steps [ #49 ] ( https://github.com/transloadit/ruby-sdk/issues/27 ) (@ifedapoolarewaju )
7+ - Send "Transloadit-Client" header for every request (@ifedapoolarewaju )
8+ - Send all requests via HTTPS by default
9+ - Position signature before any files in requests [ #51 ] ( https://github.com/transloadit/ruby-sdk/issues/51 )
810
911### 2.0.1 / 2017-01-23
1012
Original file line number Diff line number Diff line change 11class Transloadit
2- VERSION = "2 .0.1 "
2+ VERSION = "3 .0.0 "
33end
You can’t perform that action at this time.
0 commit comments