|
1 |
| -## v0.5.4 |
| 1 | +## 0.5.5 |
| 2 | + |
| 3 | +* Bug Fixes |
| 4 | + * Fixed a match error when using Windows OS |
| 5 | + |
| 6 | +## 0.5.4 |
2 | 7 |
|
3 | 8 | * Enhancements
|
4 | 9 | * The driver provides now client metadata
|
|
9 | 14 | * Merged changes from https://github.com/ankhers/mongodb/pull/283
|
10 | 15 | * Merged changes from https://github.com/ankhers/mongodb/pull/281
|
11 | 16 |
|
12 |
| -## v0.5.3 |
| 17 | +## 0.5.3 |
13 | 18 |
|
14 | 19 | * Enhancements
|
15 | 20 | * Travis now using the right MongoDB version
|
|
18 | 23 | * Added test unit for change streams
|
19 | 24 | * Removed debug code from change streams
|
20 | 25 |
|
21 |
| -## v0.5.2 |
| 26 | +## 0.5.2 |
22 | 27 |
|
23 | 28 | * Enhancements
|
24 | 29 | * Added `op_msg` support ([See](https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-msg))
|
25 | 30 | * Fixed change streams in case of error codes: 11601, 136 and 237 from resuming
|
26 | 31 | * Reorganized error handling
|
27 | 32 |
|
28 |
| -## v0.5.1 |
| 33 | +## 0.5.1 |
29 | 34 |
|
30 | 35 | * Enhancements
|
31 | 36 | * Upgraded to DBConnection 2.0.6
|
|
36 | 41 | * Add support for MongoDB 3.6 collection [Change Streams](https://docs.mongodb.com/manual/changeStreams/)
|
37 | 42 | * Ass support for SCRAM-SHA-256 (MongoDB 4.x)
|
38 | 43 |
|
39 |
| -## v0.4.8-dev |
| 44 | +## 0.4.8-dev |
40 | 45 |
|
41 | 46 | * Enhancements
|
42 | 47 | * Added hostname and port to exceptions
|
|
49 | 54 | * Properly parse write concern for URL
|
50 | 55 | * Properly follow read preference for `secondary_preferred`
|
51 | 56 |
|
52 |
| -## v0.4.7 |
| 57 | +## 0.4.7 |
53 | 58 |
|
54 | 59 | * Enhancements
|
55 | 60 | * Added 4.0 to supported versions
|
56 | 61 | * Initial support for mongodb+srv URLs
|
57 | 62 | * Support for Decimal128
|
58 | 63 |
|
59 |
| -## v0.4.6 |
| 64 | +## 0.4.6 |
60 | 65 |
|
61 | 66 | * Enhancements
|
62 | 67 | * Added `:connect_timout_ms` to `Mongo.start_link/1`
|
63 | 68 | * Reorganized documentation
|
64 | 69 |
|
65 |
| -## v0.4.5 (2018-04-08) |
| 70 | +## 0.4.5 (2018-04-08) |
66 | 71 |
|
67 | 72 | * Enhancements
|
68 | 73 | * Should now be able to send a query to your server before the connection
|
|
71 | 76 | * Bug Fixes
|
72 | 77 | * Should actually be able to query for longer than 5 seconds
|
73 | 78 |
|
74 |
| -## v0.4.4 (2018-02-09) |
| 79 | +## 0.4.4 (2018-02-09) |
75 | 80 |
|
76 | 81 | * Enhancements
|
77 | 82 | * Added support for using a mongo url via the `:url` key
|
|
86 | 91 | * Fixed an issue where our monitors would become empty, preventing the driver
|
87 | 92 | from reconnecting to a downed database
|
88 | 93 |
|
89 |
| -## v0.4.3 (2017-09-16) |
| 94 | +## 0.4.3 (2017-09-16) |
90 | 95 |
|
91 | 96 | * Enhancements
|
92 | 97 | * Send TLS server name indication (SNI) if none is set in the `:ssl_opts`
|
|
98 | 103 | * No longer attempting to authenticate against arbiter nodes
|
99 | 104 | * Prevent monitor errors if you have stopped the mongo process
|
100 | 105 |
|
101 |
| -## v0.4.2 (2017-08-28) |
| 106 | +## 0.4.2 (2017-08-28) |
102 | 107 |
|
103 | 108 | * Bug fixes
|
104 | 109 | * Fix application crash when a replica set member goes offline
|
105 | 110 | * Fix application crash on start when a replica set member is offline
|
106 | 111 |
|
107 |
| -## v0.4.1 (2017-08-09) |
| 112 | +## 0.4.1 (2017-08-09) |
108 | 113 |
|
109 | 114 | * Bug fixes
|
110 | 115 | * Monitors no longer use a pool
|
111 | 116 | * Can now connect to a Mongo instance using a CNAME
|
112 | 117 | * Pass options through Mongo.aggregate/4
|
113 | 118 |
|
114 |
| -## v0.4.0 (2017-06-07) |
| 119 | +## 0.4.0 (2017-06-07) |
115 | 120 |
|
116 | 121 | * Replica Set Support
|
117 | 122 |
|
118 |
| -## v0.3.0 (2017-05-11) |
| 123 | +## 0.3.0 (2017-05-11) |
119 | 124 |
|
120 | 125 | * Breaking changes
|
121 | 126 | * Remove `BSON.DateTime` and replace it with native Elixir `DateTime`
|
122 | 127 |
|
123 |
| -## v0.2.1 (2017-05-08) |
| 128 | +## 0.2.1 (2017-05-08) |
124 | 129 |
|
125 | 130 | * Enhancements
|
126 | 131 | * SSL support
|
|
129 | 134 | * Changes
|
130 | 135 | * Requires Elixir ~> 1.3
|
131 | 136 |
|
132 |
| -## v0.2.0 (2016-11-11) |
| 137 | +## 0.2.0 (2016-11-11) |
133 | 138 |
|
134 | 139 | * Enhancements
|
135 | 140 | * Add `BSON.ObjectID.encode!/1` and `BSON.ObjectID.decode!/1`
|
|
149 | 154 | * Breaking changes
|
150 | 155 | * Switched to using `db_connection` library, see the current docs for changes
|
151 | 156 |
|
152 |
| -## v0.1.1 (2015-12-17) |
| 157 | +## 0.1.1 (2015-12-17) |
153 | 158 |
|
154 | 159 | * Enhancements
|
155 | 160 | * Add `BSON.DateTime.from_datetime/1`
|
|
158 | 163 | * Fix timestamp epoch in generated object ids
|
159 | 164 | * Fix `Mongo.run_command/3` to accept errors without code
|
160 | 165 |
|
161 |
| -## v0.1.0 (2015-08-25) |
| 166 | +## 0.1.0 (2015-08-25) |
162 | 167 |
|
163 | 168 | Initial release
|
0 commit comments