Releases: mozilla-services/stubattribution
Releases · mozilla-services/stubattribution
2024.05.23
What's Changed
- Log product, os, and lang by @willdurand in #221
dependencies
- build(deps): bump cloud.google.com/go/storage from 1.38.0 to 1.39.0 by @dependabot in #214
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #215
- build(deps): bump cloud.google.com/go/storage from 1.39.0 to 1.39.1 by @dependabot in #216
- build(deps): bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 by @dependabot in #217
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #218
- build(deps): bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 by @dependabot in #220
Full Changelog: 2024.02.29...2024.05.23
2024.02.29
What's Changed
- Add some docs about the dmgmodify tool by @willdurand in #208
- Accept
client_id_ga4
(similar toclient_id
but for GA4) by @willdurand in #211 - Downgrade log level for the 'unexpected URL path' error so that it doesn't get sent to Sentry anymore by @willdurand in #212
dependencies
- build(deps): bump github.com/getsentry/sentry-go from 0.25.0 to 0.26.0 by @dependabot in #205
- build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #207
- build(deps): bump cloud.google.com/go/storage from 1.36.0 to 1.37.0 by @dependabot in #206
- build(deps): bump github.com/getsentry/sentry-go from 0.26.0 to 0.27.0 by @dependabot in #210
- build(deps): bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 by @dependabot in #213
Full Changelog: 2024.01.10...2024.02.29
2024.01.10
What's Changed
- Default to Windows attribution when the
os
value is not "osx" by @willdurand in #204
Full Changelog: 2024.01.08...2024.01.10
2024.01.08
What's Changed
- Only respond to requests for which the path exactly matches "/" by @willdurand in #171
- Default bouncer URL from environment by @hneiva in #179
- Add packages that support parsing and writing new attribution codes to DMGs by @bhearsum in #187
- Support attributing DMGs with dmgmodify by @hneiva in #192
- Minor clean-ups by @willdurand in #196
- Fix diff in testing README by @willdurand in #195
- Add docs about pprof by @willdurand in #197
- Add test coverage for stubhandlers/utils by @hneiva in #194
- Override existing attribution codes when attributing DMGs by @bhearsum in #199
dependencies
- build(deps): bump github.com/getsentry/sentry-go from 0.20.0 to 0.21.0 by @dependabot in #172
- build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #173
- build(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #174
- build(deps): bump github.com/getsentry/sentry-go from 0.21.0 to 0.22.0 by @dependabot in #175
- build(deps): bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 by @dependabot in #176
- build(deps): bump github.com/getsentry/sentry-go from 0.22.0 to 0.23.0 by @dependabot in #177
- build(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #181
- build(deps): bump github.com/getsentry/sentry-go from 0.23.0 to 0.24.0 by @dependabot in #183
- build(deps): bump cloud.google.com/go/storage from 1.31.0 to 1.33.0 by @dependabot in #182
- build(deps): bump github.com/getsentry/sentry-go from 0.24.0 to 0.24.1 by @dependabot in #184
- build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #186
- build(deps): bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 by @dependabot in #190
- build(deps): bump cloud.google.com/go/storage from 1.34.1 to 1.35.1 by @dependabot in #191
- build(deps): bump github.com/getsentry/sentry-go from 0.24.1 to 0.25.0 by @dependabot in #185
- build(deps): bump howett.net/plist from 1.0.0 to 1.0.1 by @dependabot in #198
- build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #200
- build(deps): bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 by @dependabot in #201
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #202
New Contributors
Full Changelog: 2023.05.04...2024.01.08
2023.05.04
What's Changed
- Use Go 1.20 by @willdurand in #168
- Remove check on the
source
parameter by @willdurand in #170
Dependencies
- Replaced references to oremj with forked mozilla-services repos by @cvalaas in #167
- build(deps): bump cloud.google.com/go/storage from 1.30.0 to 1.30.1 by @dependabot in #165
- build(deps): bump github.com/getsentry/sentry-go from 0.19.0 to 0.20.0 by @dependabot in #166
New Contributors
Full Changelog: 2023.03.21...2023.05.04
2023.03.21
What's Changed
- build(deps): bump github.com/getsentry/sentry-go from 0.18.0 to 0.19.0 by @dependabot in #161
- Support dlsource as an attribution parameter (fixes #159) by @bhearsum in #162
- build(deps): bump cloud.google.com/go/storage from 1.29.0 to 1.30.0 by @dependabot in #163
Full Changelog: 2023.02.27...2023.03.21
2023.02.27
What's Changed
- Write nulls to attribution space before inserting code by @bhearsum in #151
- build(deps): bump golang.org/x/net from 0.0.0-20221014081412-f15817d10f9b to 0.7.0 by @dependabot in #157
- Log
client_id
in addition tovisit_id
by @willdurand in #156
Full Changelog: 2023.02.23...2023.02.27
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_id
field by @willdurand in #148 - Accept
client_id
as an alias ofvisit_id
by @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
errorconverter
by @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
.github
folder 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