-
Notifications
You must be signed in to change notification settings - Fork 18
/
CHANGELOG
35 lines (26 loc) · 1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
0.3.0.0:
- Fix #19: Improve performance by using binary
- Fix #4: Suspicious amount of time and allocation on decode path
0.2.1.0:
- Fix #17: Repeated n (Enumeration a) difficulty
0.2.0.4:
- Fix #13: Getting the error "Always is not a Monoid
0.2.0.3:
- Fix #11: Missing optional enum in incoming message causes decodeMessage to fail
0.2.0.2:
- Export {get,put}Varint* from Data.ProtocolBuffers.Internal
0.2.0.1:
- Dropped ghc-prim dependency, what we need is now exported from base
- Added this CHANGELOG
0.2.0:
- Transitioned to the compiler supported GHC.TypeLits, requiring GHC 7.8+
- Stopped building the protoc-gen-hs plugin, which is not functional
- Migrated tests from test-framework to tasty
0.1.3:
- Decoding performance has been improved for Repeated fields
- A Foldable instance for Last has been added to Data.ProtocolBuffers.Orphans
0.1.2:
- Enumerations can now be encoded
0.1.1:
- Support empty messages, messages with no fields
- Packed field support has been improved