Skip to content

Commit

Permalink
2.3.0 (#5)
Browse files Browse the repository at this point in the history
* Update README.md
* Add `JOIN_NOTIFICATION` message type
 * Add `join()` method to hamok to make auto discovery easier
 * remove 'hello-notification' event from Hamok as it become internal
 * add encode / decode for JoinNotification
 * add `JoinNotification` message class
* refine `Join` method
 * add more condition for `no-heartbeat` event
 * change examples
 * `JoinNotification` is sent without destination, hence broadcast
 * some additional condition for adding and removing remote peers
 * change readme for describing `join()` method
* make it compatible with node v18
* add remoteMap support
* add `HamokRemoteMap`
 * update readme file, and documentation
 * add `redis` example to examples
 * add `STORAGE_APPLIED_COMMIT_NOTIFICATION` to schema
 * add `StorageAppliedCommit` to messages
 * add `encode` / `decode` functions for `StorageAppliedCommit` messages in `StorageCodec`
 * change `HamokSnapshot` to contain `remoteMap` information
 * expose `RaftLogs`, `MemoryStoredRaftLogs`, and newly created `HamokRemoteMap` to index
* increment version number
* add compatibility table
  • Loading branch information
balazskreith authored Aug 15, 2024
1 parent d33b8f0 commit 18f2d42
Show file tree
Hide file tree
Showing 45 changed files with 2,985 additions and 662 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Here's the combined README for the Hamok library:
![Logo](assets/logo-readme.png)

# Hamok Library

Expand Down Expand Up @@ -28,6 +28,7 @@ yarn add hamok
- [HamokEmitter](#hamokemitter)
- [HamokRecord](#hamokrecord)
- [User Manual](#user-manual)
- [Important Notes](#important-notes)
- [Contributing](#contributing)
- [License](#license)
## Quick Start
Expand Down
Binary file added assets/logo-readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 97 additions & 0 deletions assets/logo_32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 18f2d42

Please sign in to comment.