Releases: espebra/filebin2
Releases · espebra/filebin2
Release list
v1.1.0
v1.0.2
v1.0.1
What's Changed
- Abuse handling by @espebra in #167
- Bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.7.4 to 1.7.8 by @dependabot[bot] in #165
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.0 to 1.97.3 by @dependabot[bot] in #166
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.0 to 1.96.1 by @dependabot[bot] in #161
- Bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.9 to 1.19.14 by @dependabot[bot] in #170
- Bump golang.org/x/sys from 0.41.0 to 0.43.0 by @dependabot[bot] in #168
- Bump github.com/aws/smithy-go from 1.24.0 to 1.24.1 by @dependabot[bot] in #159
- Bump golang.org/x/image from 0.38.0 to 0.39.0 by @dependabot[bot] in #172
- Bump github.com/lib/pq from 1.11.2 to 1.12.3 by @dependabot[bot] in #174
- Change the upload-hook into post-upload-hook by @espebra in #182
- Vendor by @espebra in #183
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Various by @espebra in #148
- Use ON CONFLICT DO NOTHING for bin inserts by @espebra in #149
- On conflict by @espebra in #151
- Bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.9 by @dependabot[bot] in #157
- Exclude the vendor folder when lint checking by @espebra in #158
- Fixes by @espebra in #164
Full Changelog: v0.0.5...v1.0.0
v0.0.5
What's Changed
Full Changelog: v0.0.4...v0.0.5
v0.0.3
What's Changed
- Bump github.com/aws/aws-sdk-go-v2/config from 1.28.7 to 1.32.7 by @dependabot[bot] in #128
- Logging by @espebra in #133
- Bump github.com/lib/pq from 1.10.9 to 1.11.1 by @dependabot[bot] in #134
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.1 to 1.96.0 by @dependabot[bot] in #135
- Remove support for FILEBIN_S3_TRACE by @espebra in #136
- Multipart2 by @espebra in #138
- Bump github.com/gabriel-vasile/mimetype from 1.4.12 to 1.4.13 by @dependabot[bot] in #139
- Make db max open conns and idle conns configurable by @espebra in #140
- Monitoring by @espebra in #142
- Cleanup by @espebra in #143
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Bump github.com/gabriel-vasile/mimetype from 1.4.11 to 1.4.12 by @dependabot[bot] in #124
- Bump github.com/aws/aws-sdk-go-v2 from 1.32.7 to 1.41.1 by @dependabot[bot] in #132
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.1 to 1.95.1 by @dependabot[bot] in #130
- Bump golang.org/x/sys from 0.38.0 to 0.40.0 by @dependabot[bot] in #131
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- CCI by @espebra in #1
- CI by @espebra in #2
- CI by @espebra in #3
- CI by @espebra in #4
- CI by @espebra in #5
- CI by @espebra in #6
- CI by @espebra in #7
- K8s by @cconstab in #9
- Dockefile and k8s config for GKE by @cpswan in #13
- Run rice embed-go before go build by @cpswan in #16
- CI: Upgrade machine image by @espebra in #18
- App waits for S3 service to be available by @datawookie in #20
- Disable wait-for-s3 for the ci job by @espebra in #23
- Deps by @espebra in #29
- Swagger 4.15.5 by @espebra in #32
- Printf by @espebra in #33
- Vendor updates by @espebra in #34
- Update CodeQL configuration by @espebra in #35
- Various dependency updates by @espebra in #39
- Update to swagger-ui 5.0.0 by @espebra in #40
- Vendor package updates by @espebra in #41
- Create dependency-review.yml by @espebra in #42
- Make the Takedown link more visible by @espebra in #46
- Remove client ID by @espebra in #45
- PostgreSQL from Alpine in CI by @espebra in #44
- Bump golang.org/x/net from 0.11.0 to 0.17.0 by @dependabot[bot] in #47
- Bump Swagger UI to 5.9.0 by @espebra in #48
- Update dependencies by @espebra in #49
- Docs by @espebra in #50
- Add argument to specify illegal extensions by @espebra in #51
- Transactions by @espebra in #53
- Exposing the /metrics endpoint is now optional by @mbekkelund in #54
- Fixed the tabs vs spaces ugliness by @mbekkelund in #55
- Bump vendored dependencies by @espebra in #57
- Upgrade to Bootstrap 5.3.2 by @espebra in #58
- Upgrade to Swagger UI 5.10.5 by @espebra in #59
- Banning by @espebra in #62
- Banning by @espebra in #66
- Updating golang.org/x/net from 0.17.0 to 0.23.0 by @espebra in #68
- remove duplicate error check in db.go by @Coxcopi in #69
- Add sorting to the bin page by @espebra in #71
- Feature: Show optional warning message before downloading content by @espebra in #73
- Feature: Add contact details on the website by @espebra in #74
- Update Swagger UI to 5.17.12 by @espebra in #75
- Use another image for ci by @espebra in #76
- Vendor by @espebra in #77
- Update vendored packages by @espebra in #78
- Update dependencies by @espebra in #79
- Updating deps by @espebra in #80
- Plaintext by @espebra in #82
- Add support for a wider set of characters in filenames by @espebra in #84
- Updating vendored dependencies by @espebra in #85
- Updating gabriel-vasile/mimetype and minio/minio-go/v7 by @espebra in #87
- Bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot[bot] in #89
- Custom timeouts by @espebra in #90
- Bump github.com/gabriel-vasile/mimetype from 1.4.7 to 1.4.8 by @dependabot[bot] in #92
- Bump github.com/minio/minio-go/v7 from 7.0.80 to 7.0.83 by @dependabot[bot] in #91
- Bump github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84 by @dependabot[bot] in #93
- Bump github.com/minio/minio-go/v7 from 7.0.84 to 7.0.85 by @dependabot[bot] in #96
- Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.88 by @dependabot[bot] in #99
- Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot[bot] in #100
- Bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.90 by @dependabot[bot] in #102
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #103
- Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.9 by @dependabot[bot] in #104
- Bump github.com/minio/minio-go/v7 from 7.0.90 to 7.0.91 by @dependabot[bot] in #105
- Potential fix for code scanning alert no. 86: Workflow does not contain permissions by @espebra in #106
- Updating Swagger UI and Bootstrap by @espebra in #107
- Bump github.com/minio/minio-go/v7 from 7.0.91 to 7.0.93 by @dependabot[bot] in #109
- Bump github.com/minio/minio-go/v7 from 7.0.93 to 7.0.94 by @dependabot[bot] in #110
- Bump github.com/gabriel-vasile/mimetype from 1.4.9 to 1.4.10 by @dependabot[bot] in #112
- Bump github.com/minio/minio-go/v7 from 7.0.94 to 7.0.95 by @dependabot[bot] in #111
- Bump github.com/minio/minio-go/v7 from 7.0.95 to 7.0.97 by @dependabot[bot] in #115
- Bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 by @dependabot[bot] in #114
- Swagger update by @espebra in #116
- Crypto by @espebra in #118
- Refactor: use the official Prometheus package by @espebra in #119
- Archive by @espebra in #121
- Reduce complexity by @espebra in #122
- Add support for multiple tmpdirs by @espebra in #123
- Major refactor by @espebra in #125
New Contributors
- @espebra made their first contribution in #1
- @cconstab made their first contribution in #9
- @cpswan made their first contribution in #13
- @datawookie made their first contribution in #20
- @dependabot[bot] made their first contribution in #47
- @mbekkelund made their first contribution in #54
- @Coxcopi made their first contribution in #69
Full Changelog: https://github.com/espebra/filebin2/commits/v0.0.1