-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependencies, Change Log, and Version
- Loading branch information
1 parent
bd67145
commit fec6651
Showing
3 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# 1.0.0 | ||
# 0.4.0 | ||
- Adds listener_startup lifecycle event | ||
|
||
# 0.3.0 | ||
- Adds Mocks for testing in applications | ||
|
||
# 0.2.2 | ||
- Fix issue where multi-subscriber options were getting overridden | ||
|
||
# 0.2.1 | ||
- Use Rails 5 reloader | ||
- Fix ActiveRecord connection issues using ConnectionHandler | ||
- Use Google's Default Enviroment Variables for fallback | ||
|
||
# 0.2.0 | ||
- Adds PubSub connection testing | ||
- Fixes a case where subserver would infinitly kill and respawn listeners | ||
- Cleans up logger code | ||
|
||
# 0.1.1 | ||
- Fixes connection handling | ||
|
||
# 0.1.0 | ||
- Initial Public Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# frozen_string_literal: true | ||
module Subserver | ||
VERSION = "0.3.0" | ||
VERSION = "0.4.0" | ||
end |