Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jobrachem committed Dec 8, 2023
1 parent 0e3c7e9 commit 388b61b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## alfred3_interact v0.2.4 (Released 2023-12-08)

### Fixed v0.2.4

- There seems to be a race condition in `MatchMaker._init_member()`. Sometimes,
apparently a member has already been created, but the session ID is not available
in the database yet. We added a hotfix to try and make this problem less severe.
Now, `GroupMemberIO.load` will try to load the member data repeatedly, with
a one-second sleep in between tries for 15 seconds before aborting. In most cases,
this should give the database enough time to catch up.

## alfred3_interact v0.2.3 (Released 2022-06-18)

### Fixed v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion src/alfred3_interact/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# 3) we can import it into your module module


__version__ = "0.2.3"
__version__ = "0.2.4"

0 comments on commit 388b61b

Please sign in to comment.