python-ogn-client/CHANGELOG.md

60 wiersze
2.2 KiB
Markdown
Czysty Zwykły widok Historia

# CHANGELOG
## Unreleased
2017-09-09 08:53:07 +00:00
- parser: Added support for heared aircrafts
2017-06-05 08:07:04 +00:00
## 0.7.1 - 2017-06-05
- parser: Bugfix, error_count in aircraft beacon is a int
2017-06-04 05:22:39 +00:00
## 0.7.0 - 2017-06-04
2017-05-07 11:20:04 +00:00
- parser: Added support for OGN v0.2.6 aircraft and receiver beacons
2016-10-21 20:11:40 +00:00
## 0.6.0 - 2016-10-21
2016-10-16 22:49:53 +00:00
- parser: Added support for OGN v0.2.5 receiver beacons
- parser: Changed keys to adopt naming from [ogn\_client-ruby](https://github.com/svoop/ogn_client-ruby)
2016-09-29 16:42:26 +00:00
## 0.5.0 - 2016-09-29
2016-09-01 12:10:52 +00:00
- Added aprs destination callsign as `dstcall` to aprs beacon keys (#9)
2016-09-01 09:27:41 +00:00
- Changed aprs parser to allow other destination calls than `APRS`
- Fixed parsing of APRS precision and datum option (#7)
2016-09-29 13:54:23 +00:00
- Added optional `reference_time` argument to `parse_aprs` function and disabled
magic date correction if this argument is missing
2016-03-29 12:09:05 +00:00
## 0.4.0 - 2016-03-29
- aprs client: Added the possibility of a timed callback
2016-03-25 18:59:36 +00:00
- Added ogn.ddb submodule which provides the generator `get_ddb_devices`
2016-03-18 20:57:26 +00:00
## 0.3.0 - 2016-03-18
2016-03-18 20:40:27 +00:00
The repository ogn-python splitted up into two separate repositories:
2016-02-28 11:35:10 +00:00
- python-ogn-client (the repository this Changelog belongs to),
2016-03-18 20:40:27 +00:00
including an APRS- & OGN-Parser and an APRS-Client.
2016-02-28 11:35:10 +00:00
- python-ogn-gateway, including a database, CLI, logbook.
- Moved exceptions from `ogn.exceptions` to `ogn.parser.exceptions`
- Moved parsing from `ogn.model.*` to `ogn.parser`
2016-03-18 20:40:27 +00:00
- Renamed module `ogn.gateway` to `ogn.client`
- Renamed class `ognGateway` to `AprsClient`
- Simplified usage of the module: Imported parse functions at package level (`ogn.parser`)
- Refined timstamp reconstruction to accept delayed packets (fixed glidernet/ogn-python#31)
2016-03-18 20:57:26 +00:00
# Historic ogn-python releases
## 0.2.1 - 2016-02-17
First release via PyPi.
- Added CHANGELOG.
## 0.2
- Changed database schema.
- Changed aprs app name to 'ogn-gateway-python'.
- Moved repository to github-organisation glidernet.
- Added exception handling to the packet parser.
- Added some tests for ogn.gateway.client.
- Added setup.py to build this package.
- Added configuration via python modules.
- Added scheduled tasks with celery.
- Renamed command line option `db.updateddb` to `db.import_ddb`.
- Added command line options `db.drop`, `db.import_file`, `db.upgrade`,
`logbook.compute` and `show.devices.stats`.
## 0.1
Initial version.