Skip to content

Latest commit

 

History

History
136 lines (100 loc) · 5.92 KB

CHANGELOG.md

File metadata and controls

136 lines (100 loc) · 5.92 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

v0.3.0 (2022-12-10)

Full Changelog

Closed issues:

  • Compatibility with OTP 24 #41
  • Compatibility with OTP 25 #42

Implemented enhancements:

  • Overall fixes, updates, and improvements.

v0.2.2 (2018-11-13)

Full Changelog

Closed issues:

  • erlang:get_stacktrace stop working on v21 #40
  • Please publish to hex.pm #37

v0.2.1 (2017-02-16)

Full Changelog

Closed issues:

  • Fix tests to use rebar3 directly instead of call ct_run #38

Merged pull requests:

  • [#38] – Fix tests to use rebar3 directly instead of call ct_run #39 (cabol)

0.2.0 (2016-05-22)

Full Changelog

Fixed bugs:

  • Fix chat example regarding with changes in new version 0.2.0 #30

Closed issues:

  • Replace current build tool erlang.mk by rebar3 #26
  • Implement distributed tests #24
  • Fix Makefile.rebar to use rebar3 #19

Merged pull requests:

  • General fixes and code optimizations. #35 (cabol)
  • Refactor messages to use maps instead of records. #34 (cabol)
  • Fixed proplist_to_record macro, added point_to_point example, fixed version to 1.0.0. #33 (cabol)
  • Fixed EDoc and optimize ebus:subscribers/2 and ebus:topics/1 functions. #32 (cabol)
  • Fixed chat example regarding to version 0.2.0 changes #31 (ferigis)
  • Version Bump to 0.2.0 #29 (cabol)

0.1.0 (2016-01-06)

Implemented enhancements:

  • Implement sharding distribution model using jumping consistent hash on top of gproc #27

Fixed bugs:

  • Fix compatibility with Erlang/OTP 18 #17

Merged pull requests:

  • Fixed ebus_handler to support handle_fun/1 #28 (cabol)
  • Fixed ebus_handler to allow create new handlers/pools receiving a fun #23 (cabol)
  • Chat Example : Switching to cowboy 1.0 in order to support previous E… #22 (ferigis)
  • Chat Example : Unsubscribing from the channel when terminate #21 (ferigis)
  • Issue #17: replace function now/0 by os:timestamp/0, for compatibilit… #18 (cabol)
  • Adding Chat Example #15 (ferigis)
  • Fixes to ebus_pg2 module. #14 (cabol)
  • Refactoring functions: get_subscribers -> subscribers and get_channel… #13 (cabol)
  • Fixed 'ebus:sub/2,3' and 'ebus:unsub/2,3' to receive either a single … #12 (cabol)
  • Code Dialyzed. Added pool_hanler to pub_sub example. #11 (cabol)
  • Fixed indentation issue. #10 (cabol)
  • Cabol.version 0.1 #9 (cabol)
  • Fixed indentation in .app.src file from pub_sub example. Added image … #8 (cabol)
  • Fixed indentation. #7 (cabol)
  • Added pub_sub example. Fixed build files, updated erlang.mk. #6 (cabol)
  • Added rebar.config.script to fetch dependencies on-demand when using … #5 (cabol)
  • Added status function to ebus_handler module. Fixed README. #4 (cabol)
  • Fixed anonymous handler in ebus_handler. Fixed documentation. Added C… #3 (cabol)
  • Cabol.version 0.1 #2 (cabol)
  • Fixed README #1 (cabol)

* This Change Log was automatically generated by github_changelog_generator