Releases: mozilla-services/shavar-list-creation
Releases · mozilla-services/shavar-list-creation
v0.2.4
What's Changed
- fix: make entrypoint.sh work as expected by @ahoneiser in #214
New Contributors
- @ahoneiser made their first contribution in #214
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- [WebkitLists] P1. Move shared utilities to
utils.py
by @issammani in #211 - [WebkitLists] P2. Add
lists2webkit
script to generate webkit compatible lists by @issammani in #212 - [WebkitLists] P3. Add
publish2rs
script to push changes to RS by @issammani in #213
New Contributors
- @issammani made their first contribution in #211
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- Change versionCompare to use Nightly instead of Release by @HarshitSohaney in #207
- Add a nightly test tracker domain by @HarshitSohaney in #208
Full Changelog: v0.2...v0.2.1
v0.2
What's Changed
- Implement versioning for remote settings by @HarshitSohaney in #200
- Add check for remote settings enabled before setting supported versions by @HarshitSohaney in #205
- Add a check to see if remote settings upload exists as an option in config by @HarshitSohaney in #206
Full Changelog: v0.1.1...v0.2
v0.1.1
What's Changed
- Revert "Switch to kinto-http for Remote Settings requests" by @artines1 in #201
- Switched to using kinto-http library by @HarshitSohaney in #203
- Move review request temporarily by @HarshitSohaney in #204
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- bug 1258038: cleanups, DNT splitting, and content INCLUDE|SKIP|ONLY logic by @groovecoder in #37
- Revert "bug 1258038: cleanups, DNT splitting, and content INCLUDE|SKIP|ONLY logic" by @rtilder in #38
- Revert "Revert "bug 1258038: cleanups, DNT splitting, and content INC… by @ckolos in #39
- fix #26 bug 1202082: skip publicsuffix domains by @groovecoder in #41
- for mozilla-services/shavar#92: new flash lists by @groovecoder in #44
- bug 1369160: add infobar-exceptions by @groovecoder in #46
- remove infobar-digest (okay to do here since it will not delete the e… by @ckolos in #48
- (WIP, Do Not Merge) Bug 1425075 - config categories for each list by @groovecoder in #50
- bug 1425075 - provide some default disconnect cats by @groovecoder in #51
- fix bug #1459037: map Disconnect category domains into their other categories by @groovecoder in #54
- Support for fastblock lists by @lesleyjanenorton in #56
- Ignore compiled python files in
.gitignore
by @englehardt in #58 - Add support for tagged domains in list creation script by @englehardt in #62
- add focus lists as DNT sections by @groovecoder in #65
- Update sample config by @englehardt in #66
- Update Disconnect mapping with new domains by @englehardt in #67
- Automatically insert test domains into generated lists by @englehardt in #69
- Fix PEP8 errors and warnings in list creation script by @englehardt in #71
- Refactor the list parsing script to use a dedicated parser library by @englehardt in #72
- Support new fingerprinting list format. by @englehardt in #73
- List parser cleanup by @groovecoder in #76
- Update setuptools to fix jenkins errors by @englehardt in #77
- bug #1559217: add new social tracking protection config section names by @groovecoder in #83
- bug 1559217: map new Disconnect domains to categories by @groovecoder in #84
- Update shavar list creation to post to remote setting by @say-yawn in #85
- Add remote settings config check by @say-yawn in #86
- Default upload_to_s3 as True by @say-yawn in #88
- Add Mozilla Code of Conduct by @Mozilla-GitHub-Standards in #79
- Version tracking lists and publish to S3 by @say-yawn in #92
- Make shavar list creation work without any versioning configs by @say-yawn in #95
- Graceful exit when Remote Settings returns a ConnectionError by @say-yawn in #96
- Timeout connection to Remote Settings after 10s by @say-yawn in #98
- fix apps.fbsbx.com mapping by @groovecoder in #101
- Add versioned static test domain by @say-yawn in #103
- Publish versioned chunk num on s3 by @say-yawn in #99
- Add static test domains to versioned lists by @say-yawn in #112
- set acl on upload by @ckolos in #113
- Create separate entity list for Google by @say-yawn in #109
- Completely separate out google entity lists by @say-yawn in #115
- Include updated constant name by @say-yawn in #116
- properly apply the canned acl by @ckolos in #117
- List permissions fix No. 3 in a series by @ckolos in #122
- Remove references to Disconnect category and disconnect_mapping.json by @boolean5 in #121
- Bump requests from 2.10.0 to 2.20.0 by @dependabot in #105
- Add unit tests for canonicalize by @boolean5 in #138
- Configure CircleCI by @boolean5 in #147
- Add unit tests for add_domain_to_list by @boolean5 in #141
- Remove references to deprecated tags by @boolean5 in #150
- Main: Remove deprecated tags by @say-yawn in #157
- Configure coverage reporting by @boolean5 in #152
- Update entity list process by @say-yawn in #156
- Push from Stage to Main by @say-yawn in #159
- Add unit tests for blocklist and entity list generation by @boolean5 in #142
- Add unit tests for domain filtering and get_tracker_lists by @boolean5 in #143
- Add more unit tests by @boolean5 in #154
- Handle requests.exceptions.ReadTimeout by @say-yawn in #164
- Update sample configuration with new fingerprinting category name by @say-yawn in #165
- Add unit tests for publish2cloud.py by @boolean5 in #162
- Order domains alphanumerically in safebrowsing lists by @boolean5 in #166
- Port script to Python 3 by @boolean5 in #163
- Separate test requirements by @say-yawn in #168
- Update README and CircleCI config to use requirements-test.txt by @boolean5 in #169
- Update Main to Py3 by @say-yawn in #171
- Include the chunk version number in the Remote Settings metadata. by @smarnach in #177
- Make GitHub API return all branches by @say-yawn in #178
- Add email category for trackers by @say-yawn in #179
- Add warning about changes being served to both stage and prod by @say-yawn in #181
- Bump requests from 2.24.0 to 2.31.0 by @dependabot in #180
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #183
- Enable RS upload for the latest ETP list only, to serve to Nightly by @HarshitSohaney in #186
- Add RS automation requirements by @HarshitSohaney in #188
- Added ability to switch between auth tokens and username/password for authentication by @HarshitSohaney in #192
- Add automated review requests for updating/creating records by @HarshitSohaney in #195
- Align environment variable names to requirements for automation on GKE by @HarshitSohaney in #197
- Fixed NoOptionError is not defined error by @HarshitSohaney in #198
- Fix breakage in rs_dev.ini file caused by use of old environment variable by @HarshitSohaney in #1...
Additional disconnect derived lists
Add two additional lists: entity whitelist and expanded tracking blacklist for testing purposes only