You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
6
## 0.2.0
2
7
3
8
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