Skip to content

Commit 54b02d9

Browse files
committed
🔖(minor) bump release to 1.1.0
Added: - Support for Swift storage backend - Use the `push` command `--ignore-errors` option to ignore ES bulk import errors - The elasticsearch backend now accepts passing all supported client options Changed: - Remove click_log package dependency - Upgrade pyyaml to 5.4.1 - Upgrade pandas to 1.2.1
1 parent 3586551 commit 54b02d9

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [1.1.0] - 2021-02-04
12+
1113
### Added
1214

1315
- Support for Swift storage backend
14-
- Use the `push` command `--force` option to ignore ES bulk import errors
16+
- Use the `push` command `--ignore-errors` option to ignore ES bulk import
17+
errors
1518
- The elasticsearch backend now accepts passing all supported client options
1619

1720
### Changed
@@ -34,5 +37,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
3437
- Add optional sentry integration
3538
- Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs
3639

37-
[unreleased]: https://github.com/openfun/v1.0.0...master
40+
[unreleased]: https://github.com/openfun/v1.1.0...master
41+
[1.1.0]: https://github.com/openfun/ashley/compare/v1.0.0...v1.1.0
3842
[1.0.0]: https://github.com/openfun/ashley/compare/3d03d85...v1.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;;
44
[metadata]
55
name = ralph-malph
6-
version = 1.0.0
6+
version = 1.1.0
77
description = An OpenEdx's tracking logs processor to feed your LRS
88
long_description = file:README.md
99
long_description_content_type = text/markdown

src/ralph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Ralph module"""
22

3-
__version__ = "0.0.1"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)