Skip to content

Commit db696be

Browse files
committed
CHANGELOG
1 parent 2325cc1 commit db696be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.0
2+
3+
- [Support for enqueue_after_transaction_commit setting introduced in Rails 7.2](https://github.com/esminc/activejob-google_cloud_tasks-http/pull/14) by @bluerabbit
4+
- [Update readme example to use new config format](https://github.com/esminc/activejob-google_cloud_tasks-http/pull/14) by @jaredlt
5+
16
## 0.2.0
27

38
This version depends on google-cloud-tasks 2.0 or later. Since google-cloud-tasks 2.0 has API changes, upgrading to this version may affect to existing adapter initialization code. If you are initializing Google::Cloud::Tasks client manually, you will have to change `Google::Cloud::Tasks.new` to `Google::Cloud::Tasks.cloud_tasks` as follows:

0 commit comments

Comments
 (0)