v0.3.0: Documentation for adapters
This release includes the documentation for the adapters, explaining, why certain properties in the analyzed traffic are mapped to the properties in the results of TrackHAR. This new documentation can be found in the research-docs/ folder of the repository, however, it is not part of the npm package (because it is not needed for running TrackHAR). The changes to the package include dependency updates and update to some of the adapters according to newly gathered data.
Furthermore, some development tools were added to the repository. There is now a script that tests an adapter against our open request database. You can use it like this (for more info, read the README at the root of the repository):
yarn debug-adapter <tracker slug>/<adapter slug>
# e.g.: yarn debug-adapter facebook/graphAlso, in order to archive the links included in the adapters, a script was added automatically gathering links that have not been archived yet and saving them in the Internet Archive. You can keep it running in the background, while you edit the adapters, so you can have it archive all the links you add automatically:
yarn auto-archiveFor more info, you can refer to the README in the research-docs/ folder.
What's Changed
- Bump protobufjs from 7.2.3 to 7.2.4 by @dependabot in #18
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #19
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #20
- Script for debugging adapters by @baltpeter in #17
- Towards tweaselORG/meta#3: Add research-docs folder by @zner0L in #32
- Towards tweaselORG/meta#36: Add auto-archiving script by @zner0L in #54
- Fixes #16: Adapter for singular.net by @baltpeter in #24
- Fixes #27: Better document Facebook adapters and add missing properties by @baltpeter in #35
- Fixes #26: Document
adjustadapters by @baltpeter in #28 - Towards #9: Document
branch-io/v1by @baltpeter in #31 - Fixes #38: Document
ioamadapters by @baltpeter in #43 - Fixes #44: Document Microsoft App Center adapter by @baltpeter in #47
- Fixes #49: Document OneSignal adapter by @baltpeter in #50
- Document
smartbear/bugsnag-sessionsand add adapter for notify.bugsnag.com by @baltpeter in #51
Full Changelog: v0.2.0...v0.3.0