Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 2dc7378

Browse files
authored
Merge pull request #48 from zenaton/release_0.4.0
Release 0.4.0
2 parents e61adf4 + bc4733f commit 2dc7378

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
## [Unreleased]
44

55
### Added
6-
- Added a `intent_id` property when dispatching workflows and tasks, sending events to workflows, and
7-
pausing/resuming/killing workflows.
8-
9-
- Added scheduling: `schedule(cron)`
106

117
### Changed
128

@@ -18,26 +14,39 @@
1814

1915
### Security
2016

17+
## [0.4.0] - 2019-08-26
18+
19+
### Added
20+
21+
- Added a `intent_id` property when dispatching workflows and tasks, sending events to workflows, and
22+
pausing/resuming/killing workflows.
23+
24+
- Added scheduling: `schedule(cron)`
25+
2126
## [0.3.4] - 2019-07-01
2227

2328
### Added
29+
2430
- Run tests in a continuous integration flow.
2531
- No need for credentials when this lib is running in a Zenaton agent except if dispatching a
2632
sub-job.
2733

2834
## [0.3.3] - 2019-06-25
2935

3036
## Fixed
37+
3138
- Fix a typo in client.py that prevents correct executions of versions
3239

3340
## [0.3.2] - 2019-06-21
3441

3542
## Fixed
43+
3644
- Calling `day_of_month` on a wait task now waits for to wait for the next day having the requested day number, even if that means waiting for next month. (i.e calling Wait().day_of_month(31) on February, 2nd will wait for March, 31st)
3745
- Fixed Wait task behavior in some edge cases
3846
- Encodes HTTP params before sending request
3947

4048
### Added
49+
4150
- Added `event_data` property when sending event.
4251

4352
## [0.3.1] - 2019-04-26
@@ -49,26 +58,34 @@
4958
## [0.3.0] - 2019-03-25
5059

5160
### Added
61+
5262
- Calling `dispatch` on tasks now allows to process tasks asynchronously
5363

5464
### Fixed
65+
5566
Fixed Wait task behavior in some edge cases
5667
Encodes HTTP params before sending request
5768

5869
## [0.2.5] - 2018/10/17
70+
5971
Object Serialization (including circular structures)
6072

6173
## [0.2.4] - 2018/09/26
74+
6275
Enhanced WithDuration & WithTimestamp classes
6376

6477
## [0.2.3] - 2018/09/21
78+
6579
Minor enhancements (including the workflow find() method)
6680

6781
## [0.2.2] - 2018/09/19
82+
6883
New version scheme management
6984

7085
## [0.2.1] - 2018/09/17
86+
7187
Reorganized modules
7288

7389
## [0.2.0] - 2018/09/14
90+
7491
Full rewriting of the package

zenaton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.3.4'
1+
__version__ = '0.4.0'
22
__version_id__ = 304

0 commit comments

Comments
 (0)