a1c0836903f6d0664dc634ebeca73c1b4de6179a
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / Changelog.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
6
7 ## [0.10.3] - 7/31/2019
8     * (Correctly) Include license here per Jira RICPLT-1855
9
10 ## [0.10.2] - 7/31/2019
11     * Include license here per Jira RICPLT-1855
12
13 ## [0.10.0] - 5/15/2019
14     * Fix a bug in rmr mock that prevented it for being used for rmr_rcv (was only usable for rmr_torcv)
15     * Add more unit tests, esp for message summary
16     * Remove meid truncation in the case where a nil is present mid string
17     * Change the defaul mock of meid and get_src to something more useful
18
19 ## [0.9.0] - 5/13/2019
20     * Add a new module for mocking out rmr-python, useful for other packages that depend on rmr-python
21
22 ## [0.8.4] - 5/10/2019
23     * Add some unit tests; more to come
24
25 ## [0.8.3] - 5/8/2019
26     * Better loop indexing in meid string handling
27
28 ## [0.8.2] - 5/8/2019
29     * Fix examples bug
30     * add liscneses for LF push
31
32 ## [0.8.1] - 5/7/2019
33     * Better andling of meid in message summary
34
35 ## [0.8.0] - 5/7/2019
36     * Refactor some code to be more functional
37     * Put back RMR_MAX_RCV_BYTES as a constant
38     * Add tox.ini, although right now it only LINTs
39
40 ## [0.7.0] - 5/6/2019
41     * Add constant fetching from RMr library
42
43 ## [0.6.0] - 5/6/2019
44     * Add a new field to rmr_mbuf_t: sub_id
45     * Fix prior commits lint-ailing python style
46
47 ## [0.5.0] - 5/3/2019
48     * Add errno access via new function: rmr.errno()
49     * Add new functions to access new RMr header fields: get_src, get_meid, rmr_bytes2meid
50     * Add new RMr constants for error states
51
52 ## [0.4.1] - 4/8/2019
53     * Fix a non-ascii encoding issue
54
55 ## [0.4.0] - 3/28/2019
56     * Greatly imroved test sender/receiver
57     * Three new functions implemented (rmr_close, rmr_set_stimeout, rmr_payload_size)
58
59 ## [0.3.0] - 3/26/2019
60     * Support a new receive function that (hurray!) has a timeout
61
62 ## [0.2.1] - 3/25/2019
63     * Add two new MR states
64
65 ## [0.2.0] - 3/25/2019
66     * Switch to NNG from nanomessage
67
68 ## [0.1.0] - 3/14/2019
69     * Initial Creation