Skip to content

Commit

Permalink
chore: update background_job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Aug 22, 2024
1 parent 9fa5210 commit dfa61d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 - 2024-08-22
* Remove esse-redis_storage dependency
* Remove the batch id jobs and actions related redis storage
* Add the --eager-load-lazy-attributes option to the async_import cli command
* Add the --update-lazy-attributes option to the async_import cli command
* Add the --enqueue-lazy-attributes option to the async_import cli command
* Add the --preload-lazy-attributes option to the async_import cli command
* Add the --job-options option to the async_import cli command
* Update import related jobs to process ids instead of batch id

## 0.0.2 - 2024-08-02
* Include sidekiq and faktory jobs to perform async indexing of documents
* Create Active Model async indexing callbacks
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
background_job (0.0.1.rc2)
background_job (0.0.1.rc3)
multi_json
redis
base64 (0.2.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
public_suffix (5.1.1)
racc (1.8.0)
rainbow (3.1.1)
redis (5.2.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
Expand Down

0 comments on commit dfa61d6

Please sign in to comment.