https://github.com/linkedin/databus
Raw File
Tip revision: 001ff16e9325694e8d833283f405058eff9cb7ef authored by Greg Roelofs on 07 May 2020, 04:25:59 UTC
Merge pull request #126 from xiangyuf/fixDirectMemoryLeak
Tip revision: 001ff16
CHANGELOG_OPENSOURCE

12/2/2013: Open source release from internal version 2.1.191

Features :
 - Resolved https://github.com/linkedin/databus/issues/8
 - Fix a double-counting statistics bug for client metrics (numDataEvents)

11/05/2013 : Open source release from internal version 2.1.190

Features:
- A new GoldenGate adapter using XML trail files
- Client networking simplification
- Refactored buffer management code to support multiple binary event format.
  - Added a new binary format to support source-specific metadata
- Connection tracking of requests coming in/out from relays/bootstrap services 
  ( making it easier to debug when connected over hardware VIPs )

Bug fixes:
- Bug fixes across all components.

Operability Improvements:
- Command-line packages to read events from bootstrap database

11/05/2013 : Open release from internal version 2.1.190

Features:
- A new GoldenGate adapter using XML trail files
- Client networking simplification
- Refactored buffer management code to support multiple binary event format.
  - Added a new binary format to support source-specific metadata
- Connection tracking of requests coming in/out from relays/bootstrap services 
  ( making it easier to debug when connected over hardware VIPs )

Bug fixes:
- Bug fixes across all components.

Operability Improvements:
- Command-line packages to read events from bootstrap database

02/26/2013 : Initial commit
back to top