Make the PYPI page for rmr look nicer.
[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.5] - 8/13/2019
8     * Make the PYPI page for rmr look nicer.
9
10 ## [0.10.4] - 8/08/2019
11     * Fix underlying problem getting errno from some environments; now references new RMR message field to get errno value.
12         * Add /usr/local/lib64 to tox environment variable to support systems where libraries natually install in lib64 rather than lib.
13
14 ## [0.10.3] - 7/31/2019
15     * (Correctly) Include license here per Jira RICPLT-1855
16
17 ## [0.10.2] - 7/31/2019
18     * Include license here per Jira RICPLT-1855
19
20 ## [0.10.0] - 5/15/2019
21     * Fix a bug in rmr mock that prevented it for being used for rmr_rcv (was only usable for rmr_torcv)
22     * Add more unit tests, esp for message summary
23     * Remove meid truncation in the case where a nil is present mid string
24     * Change the defaul mock of meid and get_src to something more useful
25
26 ## [0.9.0] - 5/13/2019
27     * Add a new module for mocking out rmr-python, useful for other packages that depend on rmr-python
28
29 ## [0.8.4] - 5/10/2019
30     * Add some unit tests; more to come
31
32 ## [0.8.3] - 5/8/2019
33     * Better loop indexing in meid string handling
34
35 ## [0.8.2] - 5/8/2019
36     * Fix examples bug
37     * add liscneses for LF push
38
39 ## [0.8.1] - 5/7/2019
40     * Better andling of meid in message summary
41
42 ## [0.8.0] - 5/7/2019
43     * Refactor some code to be more functional
44     * Put back RMR_MAX_RCV_BYTES as a constant
45     * Add tox.ini, although right now it only LINTs
46
47 ## [0.7.0] - 5/6/2019
48     * Add constant fetching from RMr library
49
50 ## [0.6.0] - 5/6/2019
51     * Add a new field to rmr_mbuf_t: sub_id
52     * Fix prior commits lint-ailing python style
53
54 ## [0.5.0] - 5/3/2019
55     * Add errno access via new function: rmr.errno()
56     * Add new functions to access new RMr header fields: get_src, get_meid, rmr_bytes2meid
57     * Add new RMr constants for error states
58
59 ## [0.4.1] - 4/8/2019
60     * Fix a non-ascii encoding issue
61
62 ## [0.4.0] - 3/28/2019
63     * Greatly imroved test sender/receiver
64     * Three new functions implemented (rmr_close, rmr_set_stimeout, rmr_payload_size)
65
66 ## [0.3.0] - 3/26/2019
67     * Support a new receive function that (hurray!) has a timeout
68
69 ## [0.2.1] - 3/25/2019
70     * Add two new MR states
71
72 ## [0.2.0] - 3/25/2019
73     * Switch to NNG from nanomessage
74
75 ## [0.1.0] - 3/14/2019
76     * Initial Creation