Skip to content

Commit

Permalink
🔖(minor) bump release to 1.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jmaupetit committed Feb 4, 2021
1 parent 3586551 commit 54b02d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2021-02-04

### Added

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

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

[unreleased]: https://github.com/openfun/v1.0.0...master
[unreleased]: https://github.com/openfun/v1.1.0...master
[1.1.0]: https://github.com/openfun/ashley/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/openfun/ashley/compare/3d03d85...v1.0.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = ralph-malph
version = 1.0.0
version = 1.1.0
description = An OpenEdx's tracking logs processor to feed your LRS
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/ralph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ralph module"""

__version__ = "0.0.1"
__version__ = "1.1.0"

0 comments on commit 54b02d9

Please sign in to comment.