File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.33.0 (2025-08-27)
4
+
5
+ Closed issues:
6
+
7
+ - Add support for ListObjectsV2 [ \# 741] ( https://github.com/fog/fog-aws/issues/741 )
8
+
9
+
10
+ Merged pull requests:
11
+
12
+ - Update base64 requirement from ~ \> 0.2.0 to \> = 0.2, \< 0.4 [ \# 743] ( https://github.com/fog/fog-aws/pull/743 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
13
+ - Fix #741 Added list objects v2 api support [ \# 744] ( https://github.com/fog/fog-aws/pull/744 )
14
+ - Update rubyzip requirement from ~ \> 2.4.1 to ~ \> 3.0.0 [ \# 746] ( https://github.com/fog/fog-aws/pull/746 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
15
+ - storage headers should be rejected in a case-insensitive way [ \# 747] ( https://github.com/fog/fog-aws/pull/747 )
16
+
3
17
## [ v3.32.0] ( https://github.com/fog/fog-aws/tree/v3.32.0 ) (2025-05-27)
4
18
5
19
[ Full Changelog] ( https://github.com/fog/fog-aws/compare/v3.31.0...v3.32.0 )
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
13
13
config . project = 'fog-aws'
14
14
config . max_issues = 100
15
15
16
- config . future_release = 'v3.32 .0'
17
- config . since_tag = 'v3.28 .0'
16
+ config . future_release = 'v3.33 .0'
17
+ config . since_tag = 'v3.29 .0'
18
18
end
Original file line number Diff line number Diff line change 1
1
module Fog
2
2
module AWS
3
- VERSION = '3.32 .0' . freeze
3
+ VERSION = '3.33 .0' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments