Releases: mozilla-services/stubattribution
Releases · mozilla-services/stubattribution
2023.02.23
What's Changed
- build(deps): bump github.com/getsentry/sentry-go from 0.17.0 to 0.18.0 by @dependabot in #146
- Add support for
session_idfield by @willdurand in #148 - Accept
client_idas an alias ofvisit_idby @willdurand in #154 - Configure Sentry release based on the version.json file when possible by @willdurand in #152
Full Changelog: 2023.02.06...2023.02.23
2023.02.06
What's Changed
- Update test client base URL (and add some docs) by @willdurand in #110
- Update README to note that full installer attribution is supported as well by @bhearsum in #111
- Enable Dependabot by @willdurand in #113
- build(deps): bump github.com/google/uuid from 1.1.4 to 1.3.0 by @dependabot in #117
- build(deps): bump github.com/pkg/errors from 0.8.0 to 0.9.1 by @dependabot in #126
- attributioncode: use uuid.NewString() by @willdurand in #122
- Update Makefile and Circle CI configs by @willdurand in #123
- Use Go 1.19 by @willdurand in #129
- Switch to maintained and/or more up-to-date Sentry/Logrus libs by @willdurand in #128
- Remove unused
errorconverterby @willdurand in #127 - Log referer value in RTAMO attribution check by @willdurand in #131
- Use correct logger instance to log invalid key or source by @willdurand in #132
- Move CODE_OF_CONDUCT.md to the
.githubfolder by @willdurand in #134 - Create LICENSE by @willdurand in #135
- build(deps): bump github.com/getsentry/sentry-go from 0.16.0 to 0.17.0 by @dependabot in #139
- Remove AWS (S3) backend/logic by @willdurand in #138
- Fix patch in stubtestclient's README by @willdurand in #141
- Bump cloud.google.com/go/storage from v1.10.0 to v1.28.1 by @willdurand in #143
- build(deps): bump cloud.google.com/go/storage from 1.28.1 to 1.29.0 by @dependabot in #144
New Contributors
- @bhearsum made their first contribution in #111
- @dependabot made their first contribution in #117
Full Changelog: v2.1.1...2023.02.06
Add a prefix for RTAMO in the storage key
v2.1.0 Limit RTAMO attribution to www referrals (#105)
v2.0.1: move logging code struct to "code_record" key (#104)
Fixes: "Field jsonpayload.fields.code: This field is not a record."
v2.0.0: add support for visit_id and dltoken (#103)
* add support for visit_id * add bug reference * exclude visit_id from being written to the installer * vendor github.com/google/uuid * remove caching and add downloadToken * fix visitID * fix visitID * fix sfgroup * fix tests * add logging of dltoken and visit_id