René Werner
2bba6b2afd
optimize dependabot_automerge.yml
2022-11-14 11:38:47 +01:00
RW
df568c139f
Merge pull request #590 from 1k-off/main
...
Support for azure blob storage
2022-11-14 11:29:55 +01:00
RW
a4c75f4d23
Merge pull request #619 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.18.0
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.11 to 1.18.0 in /dynamodb
2022-11-14 10:31:53 +01:00
dependabot[bot]
ab96148ba7
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.11 to 1.18.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.11...config/v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-14 09:22:54 +00:00
RW
3a2dcee0b3
Merge pull request #620 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.39
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.38 to 1.11.39 in /s3
2022-11-14 10:21:53 +01:00
RW
42a0064a70
Merge pull request #618 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/credentials-1.13.0
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.24 to 1.13.0 in /dynamodb
2022-11-14 10:13:45 +01:00
dependabot[bot]
668c9cc6ad
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.38 to 1.11.39.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.38...feature/s3/manager/v1.11.39 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-14 08:55:28 +00:00
dependabot[bot]
aa1d482357
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.24 to 1.13.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.24...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-14 08:55:17 +00:00
RW
f450f56bf3
Merge pull request #622 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/credentials-1.13.0
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.24 to 1.13.0 in /s3
2022-11-14 09:54:35 +01:00
RW
9222956861
Update README.md
2022-11-14 09:51:33 +01:00
dependabot[bot]
d8ee898ba0
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.24 to 1.13.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.24...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-14 08:44:53 +00:00
René Werner
9d6194668c
refresh redis test certificate
2022-11-14 09:25:55 +01:00
RW
2a795ed473
Merge pull request #617 from leonklingele/fix-and-optimize-memory-storage
...
Fix and optimize memory storage
2022-11-14 09:22:29 +01:00
Leon Klingele
117838fd0e
memory: move costly operations outside of locked area
2022-11-14 03:20:20 +01:00
Leon Klingele
318b2fc04c
memory: ensure to never delete non-expired items
...
This fixes a TOCTOU problem between a mutex rlock and a mutex lock.
2022-11-14 03:19:31 +01:00
Leon Klingele
0aa08303bc
memory: cache timestamp
2022-11-14 03:18:42 +01:00
RW
a1556f322a
Merge pull request #609 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.10.3
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.2 to 1.10.3 in /dynamodb
2022-11-11 09:08:37 +01:00
dependabot[bot]
6c27f7f186
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.10.2...config/v1.10.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-11 07:59:07 +00:00
RW
ee54c946b0
Merge pull request #613 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.38
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.37 to 1.11.38 in /s3
2022-11-11 08:58:02 +01:00
RW
0b9349c8bd
Merge pull request #610 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/service/dynamodb-1.17.4
...
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.17.3 to 1.17.4 in /dynamodb
2022-11-11 08:22:27 +01:00
RW
24611ce162
Merge pull request #611 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.11
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.10 to 1.17.11 in /dynamodb
2022-11-11 08:21:58 +01:00
dependabot[bot]
1469483e15
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.37 to 1.11.38.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.37...feature/s3/manager/v1.11.38 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-11 07:21:07 +00:00
dependabot[bot]
5eba92a47b
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.10 to 1.17.11.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.10...config/v1.17.11 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-11 07:08:28 +00:00
dependabot[bot]
999159cfb7
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.3 to 1.17.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.3...config/v1.17.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-11 07:08:03 +00:00
kosar
da27e01fe6
Merge branch 'main' into main
2022-11-05 21:55:28 +02:00
RW
b9f4a4fada
Update README.md
2022-11-04 08:36:29 +01:00
RW
533803d845
Update README.md
2022-11-04 08:34:17 +01:00
kosar
c790bf75df
Fixed gosec error after resolving conflicts
2022-11-04 01:46:22 +02:00
kosar
c15a219ee8
Merge branch 'main' into main
2022-11-04 01:25:09 +02:00
M. Efe Çetin
155e4d36f7
add vulncheck workflow
2022-11-03 19:14:09 +03:00
RW
b4dea997f0
Merge pull request #587 from gandaldf/mssql-support
...
Add support to MSSQL
2022-11-03 16:48:41 +01:00
gandaldf
bc92dbd3c3
Update to microsoft/go-mssqldb driver
2022-11-03 16:10:11 +01:00
RW
dcc812364e
Merge pull request #607 from gofiber/dependabot/github_actions/dependabot/fetch-metadata-1.3.5
...
Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5
2022-11-03 08:25:15 +01:00
dependabot[bot]
ae0c3cfe6f
Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 07:19:10 +00:00
RW
d5342ec28a
Merge pull request #606 from gofiber/dependabot/go_modules/mongodb/go.mongodb.org/mongo-driver-1.11.0
...
Bump go.mongodb.org/mongo-driver from 1.10.4 to 1.11.0 in /mongodb
2022-11-03 08:09:14 +01:00
dependabot[bot]
f7239431b3
Bump go.mongodb.org/mongo-driver from 1.10.4 to 1.11.0 in /mongodb
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.10.4 to 1.11.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.10.4...v1.11.0 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-03 07:02:39 +00:00
gandaldf
800e2db645
Some cleanups
2022-11-02 14:45:01 +01:00
Diego Parisi
420291805e
Merge branch 'gofiber:main' into mssql-support
2022-11-02 13:53:18 +01:00
RW
cdaf9129ee
Merge pull request #605 from gofiber/dependabot/go_modules/mongodb/go.mongodb.org/mongo-driver-1.10.4
...
Bump go.mongodb.org/mongo-driver from 1.10.3 to 1.10.4 in /mongodb
2022-11-02 08:17:16 +01:00
dependabot[bot]
125ee5f155
Bump go.mongodb.org/mongo-driver from 1.10.3 to 1.10.4 in /mongodb
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.10.3...v1.10.4 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-02 07:12:00 +00:00
Diego Parisi
c752b57508
Merge branch 'gofiber:main' into mssql-support
2022-11-02 00:28:30 +01:00
RW
a63192c702
Merge pull request #602 from gofiber/dependabot/go_modules/sqlite3/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /sqlite3
2022-11-01 10:51:16 +01:00
RW
c790785827
Merge pull request #596 from gofiber/dependabot/go_modules/postgres/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /postgres
2022-11-01 10:51:07 +01:00
dependabot[bot]
25bf058c15
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /postgres
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 08:29:53 +00:00
dependabot[bot]
debea836ad
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /sqlite3
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 08:29:41 +00:00
RW
4ba1e265d9
Merge pull request #600 from gofiber/dependabot/go_modules/mongodb/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /mongodb
2022-11-01 09:29:22 +01:00
RW
82a7c7c87e
Merge pull request #594 from gofiber/dependabot/go_modules/mysql/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /mysql
2022-11-01 09:29:11 +01:00
RW
4791605f49
Merge pull request #599 from gofiber/dependabot/go_modules/redis/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /redis
2022-11-01 09:29:02 +01:00
dependabot[bot]
fb2da5d153
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /redis
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 07:16:03 +00:00
dependabot[bot]
9f74d3e4a8
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /mysql
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 07:15:55 +00:00
dependabot[bot]
e2196eb28a
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /mongodb
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 07:15:48 +00:00
RW
f23189e030
Merge pull request #595 from gofiber/dependabot/go_modules/memory/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /memory
2022-11-01 08:15:34 +01:00
RW
a37e0cc3b0
Merge pull request #597 from gofiber/dependabot/go_modules/dynamodb/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /dynamodb
2022-11-01 08:15:25 +01:00
RW
8cd43b2951
Merge pull request #598 from gofiber/dependabot/go_modules/arangodb/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /arangodb
2022-11-01 08:15:16 +01:00
RW
fd6f711788
Merge pull request #601 from gofiber/dependabot/go_modules/badger/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /badger
2022-11-01 08:15:05 +01:00
RW
b48047ea41
Merge pull request #603 from gofiber/dependabot/go_modules/ristretto/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /ristretto
2022-11-01 08:14:53 +01:00
RW
939d9b0eeb
Merge pull request #593 from gofiber/dependabot/go_modules/memcache/github.com/gofiber/utils-1.0.1
...
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /memcache
2022-11-01 08:14:38 +01:00
dependabot[bot]
4da7a8a588
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /ristretto
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 07:30:37 +00:00
dependabot[bot]
6d96c2fe32
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /badger
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 07:08:24 +00:00
dependabot[bot]
a04596a8b5
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /dynamodb
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 07:08:22 +00:00
dependabot[bot]
23d0362d9b
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /arangodb
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 07:08:22 +00:00
dependabot[bot]
35acbea01c
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /memory
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 07:08:21 +00:00
dependabot[bot]
f201d3a103
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /memcache
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 07:08:20 +00:00
kosar
43ac34f7f3
Added test for the Conn method, changed azurite credentials to default
...
Signed-off-by: kosar <bogdan.kosarevskyi@gmail.com >
2022-10-30 03:47:26 +03:00
Diego Parisi
9006b23eef
Merge branch 'gofiber:main' into mssql-support
2022-10-29 10:21:16 +02:00
Diego Parisi
d8daf4eb86
Update dependabot.yml
2022-10-28 23:20:36 +02:00
kosar
42106d8ab4
Fixed readme
...
Signed-off-by: kosar <bogdan.kosarevskyi@gmail.com >
2022-10-28 17:20:28 +03:00
kosar
934395fb24
Added Conn method and dependabot deps
...
Signed-off-by: kosar <bogdan.kosarevskyi@gmail.com >
2022-10-28 17:18:30 +03:00
kosar
caca820b8c
Added azure blob storage
...
Signed-off-by: kosar <bogdan.kosarevskyi@gmail.com >
2022-10-27 23:03:10 +03:00
Diego Parisi
98413e412a
Add MSSQL badge
2022-10-27 19:48:21 +02:00
Diego Parisi
c8041d6397
Fix database name for Ubuntu
2022-10-27 14:05:48 +02:00
RW
dca8f183e4
Merge pull request #589 from gofiber/dependabot/go_modules/sqlite3/github.com/mattn/go-sqlite3-1.14.16
...
Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 in /sqlite3
2022-10-27 09:14:15 +02:00
dependabot[bot]
659ab6b298
Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 in /sqlite3
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.15 to 1.14.16.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.15...v1.14.16 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-27 07:08:31 +00:00
Diego Parisi
08e41d81a0
Fix healtcheck MSSQL
2022-10-26 15:38:07 +02:00
gandaldf
4b651548b3
Merge remote-tracking branch 'origin/mssql-support' into mssql-support
2022-10-26 14:53:25 +02:00
gandaldf
d43a56df50
Fix MSSQL workflow
2022-10-26 14:53:09 +02:00
Diego Parisi
c3e230d024
Merge branch 'gofiber:main' into mssql-support
2022-10-26 13:28:36 +02:00
RW
987a93083e
Merge pull request #588 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.10.2
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.1 to 1.10.2 in /dynamodb
2022-10-26 09:14:55 +02:00
dependabot[bot]
368027dc04
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.10.1...config/v1.10.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-26 07:08:58 +00:00
gandaldf
4711dd9713
Update security workflow
2022-10-25 18:46:38 +02:00
gandaldf
b886afa98f
Fix MSSQL workflow
2022-10-25 18:38:37 +02:00
gandaldf
b10af3a02c
Add MSSQL workflow
2022-10-25 18:31:32 +02:00
gandaldf
1f2c29fd9a
Add support to MSSQL
2022-10-25 17:08:35 +02:00
RW
66d62ec7cb
Merge pull request #585 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.37
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.35 to 1.11.37 in /s3
2022-10-25 12:31:36 +02:00
RW
e3e1f7a5ed
Merge pull request #578 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/service/dynamodb-1.17.3
...
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.17.2 to 1.17.3 in /dynamodb
2022-10-25 12:24:47 +02:00
dependabot[bot]
98c27d105b
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.35 to 1.11.37.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.35...feature/s3/manager/v1.11.37 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 09:31:04 +00:00
dependabot[bot]
84e6895b43
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.2 to 1.17.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.2...config/v1.17.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 09:31:04 +00:00
RW
5e419ced93
Merge pull request #583 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/credentials-1.12.23
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.22 to 1.12.23 in /s3
2022-10-25 11:30:26 +02:00
RW
fa82c71195
Merge pull request #579 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.10
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.8 to 1.17.10 in /dynamodb
2022-10-25 11:30:01 +02:00
dependabot[bot]
47b223f56a
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.22 to 1.12.23.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.22...credentials/v1.12.23 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 07:53:09 +00:00
dependabot[bot]
fe408d135e
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.8 to 1.17.10.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.8...config/v1.17.10 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 07:52:07 +00:00
RW
501fd5d574
Merge pull request #581 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/credentials-1.12.23
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.22 to 1.12.23 in /dynamodb
2022-10-25 09:51:03 +02:00
dependabot[bot]
954b019951
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.22 to 1.12.23.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.22...credentials/v1.12.23 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 07:26:19 +00:00
RW
4b0b7156c8
Merge pull request #580 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2-1.17.1
...
Bump github.com/aws/aws-sdk-go-v2 from 1.17.0 to 1.17.1 in /dynamodb
2022-10-25 09:25:18 +02:00
dependabot[bot]
0ca08d620b
Bump github.com/aws/aws-sdk-go-v2 from 1.17.0 to 1.17.1 in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.17.0...v1.17.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-25 07:11:48 +00:00
RW
4b33392dfb
Merge pull request #570 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/credentials-1.12.22
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.21 to 1.12.22 in /dynamodb
2022-10-24 12:53:35 +02:00
dependabot[bot]
d6a1b45f1f
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.21 to 1.12.22.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.21...credentials/v1.12.22 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 09:57:35 +00:00
RW
6f502bb885
Merge pull request #576 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/config-1.17.9
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.8 to 1.17.9 in /s3
2022-10-24 11:57:02 +02:00
RW
c920e92115
Merge pull request #572 from gofiber/dependabot/github_actions/lewagon/wait-on-check-action-1.2.0
...
Bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0
2022-10-24 11:56:43 +02:00
dependabot[bot]
2998ca898b
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.8 to 1.17.9 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.8 to 1.17.9.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.8...config/v1.17.9 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 08:08:39 +00:00
RW
01c4e9fa39
Merge pull request #569 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.10.1
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.10.0 to 1.10.1 in /dynamodb
2022-10-24 10:07:24 +02:00
dependabot[bot]
9a830af2d8
Bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0
...
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases )
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.1.2...v1.2.0 )
---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 08:04:59 +00:00
dependabot[bot]
4cdb9c09a1
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.10.0...config/v1.10.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 07:36:03 +00:00
RW
922fbd8dd1
Merge pull request #571 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/service/dynamodb-1.17.2
...
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.17.1 to 1.17.2 in /dynamodb
2022-10-24 09:35:04 +02:00
RW
d58b2097ce
Merge pull request #568 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2-1.17.0
...
Bump github.com/aws/aws-sdk-go-v2 from 1.16.16 to 1.17.0 in /dynamodb
2022-10-24 09:24:46 +02:00
dependabot[bot]
d8f916f077
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.1...config/v1.17.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 07:12:43 +00:00
dependabot[bot]
d379039ef4
Bump github.com/aws/aws-sdk-go-v2 from 1.16.16 to 1.17.0 in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.16 to 1.17.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.16...v1.17.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-24 07:11:34 +00:00
RW
a53bde5913
Merge pull request #567 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.35
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.34 to 1.11.35 in /s3
2022-10-20 10:53:11 +02:00
dependabot[bot]
21b2e44742
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.34 to 1.11.35.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.34...feature/s3/manager/v1.11.35 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-20 08:09:56 +00:00
RW
6ef891d8a0
Merge pull request #566 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/service/s3-1.28.0
...
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.27.11 to 1.28.0 in /s3
2022-10-20 10:08:53 +02:00
dependabot[bot]
23be295830
Bump github.com/aws/aws-sdk-go-v2/service/s3 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) from 1.27.11 to 1.28.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.27.11...service/s3/v1.28.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-20 08:02:17 +00:00
René Werner
6ded9c0f75
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# memory/memory_test.go
2022-10-19 16:06:42 +02:00
René Werner
dd752c6046
change test names for the memory tests
2022-10-19 16:05:56 +02:00
RW
20ba96f664
Merge pull request #547 from DGivney/main
...
[Feat] Allow reuse of an existing db connection when creating a MySQL storage driver
2022-10-19 12:12:28 +02:00
RW
e8a33f952c
Merge pull request #554 from gofiber/improve_performance_for_memory_storage
...
Increase performance for the memory storage
2022-10-19 11:50:36 +02:00
René Werner
c850eaff51
increase performance for the memory storage
2022-10-19 11:42:09 +02:00
Juan Calderon-Perez
2bd20cfa5a
Merge pull request #549 from YashKumarVerma/patch-2
...
docs: add missing )
2022-10-14 01:00:51 -04:00
Yash Kumar Verma
2ee234e829
docs: add missing )
2022-10-14 07:42:29 +05:30
DGivney
1137fb9036
Improve MYSQL New method test cases
2022-10-10 20:33:09 +11:00
DGivney
a9dc413939
Close the connections after testing MYSQL Store
2022-10-10 18:15:49 +11:00
DGivney
825eb938c2
Add test case for MYSQL New method
2022-10-10 17:57:16 +11:00
DGivney
e5eb169055
Allow reuse of an existing db connection when creating a MySQL Store
2022-10-10 16:50:34 +11:00
RW
4e6f1c95ff
Merge pull request #544 from gaby/redis-pool
...
Support for configuring Redis connection pool size
2022-10-05 13:43:27 +02:00
RW
c010712741
Merge pull request #545 from gofiber/dependabot/go_modules/arangodb/github.com/arangodb/go-driver-1.4.0
...
Bump github.com/arangodb/go-driver from 1.3.3 to 1.4.0 in /arangodb
2022-10-05 13:37:09 +02:00
RW
161724ceae
Merge pull request #546 from gofiber/dependabot/go_modules/mongodb/go.mongodb.org/mongo-driver-1.10.3
...
Bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /mongodb
2022-10-05 09:34:51 +02:00
dependabot[bot]
6627d9d1ee
Bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /mongodb
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.10.2...v1.10.3 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-05 07:26:20 +00:00
dependabot[bot]
d533947dca
Bump github.com/arangodb/go-driver from 1.3.3 to 1.4.0 in /arangodb
...
Bumps [github.com/arangodb/go-driver](https://github.com/arangodb/go-driver ) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/arangodb/go-driver/releases )
- [Changelog](https://github.com/arangodb/go-driver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/arangodb/go-driver/compare/v1.3.3...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/arangodb/go-driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-05 07:26:13 +00:00
Juan Calderon-Perez
595b1917f3
Add support for Redis connection pool size
2022-10-05 00:14:23 -04:00
RW
f112c6ddff
Merge pull request #543 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.34
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.33 to 1.11.34 in /s3
2022-10-03 10:12:14 +02:00
dependabot[bot]
070dec8c74
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.33 to 1.11.34.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.33...feature/s3/manager/v1.11.34 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 08:06:45 +00:00
RW
8125d5ae39
Merge pull request #542 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/credentials-1.12.21
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.20 to 1.12.21 in /s3
2022-10-03 10:06:07 +02:00
RW
45e450a3d8
Merge pull request #540 from gofiber/dependabot/github_actions/dependabot/fetch-metadata-1.3.4
...
Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4
2022-10-03 10:05:43 +02:00
dependabot[bot]
737624d914
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.20 to 1.12.21.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.20...credentials/v1.12.21 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:53:11 +00:00
dependabot[bot]
1401f6b804
Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:52:33 +00:00
RW
8c679bf3a2
Merge pull request #537 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.10.0
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.19 to 1.10.0 in /dynamodb
2022-10-03 09:26:56 +02:00
dependabot[bot]
fc7eb4fd27
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.19 to 1.10.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/dynamodb/attributevalue/v1.9.19...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:17:59 +00:00
RW
7486445385
Merge pull request #538 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.8
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.7 to 1.17.8 in /dynamodb
2022-10-03 09:17:11 +02:00
dependabot[bot]
dfdfd7fbf3
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.7 to 1.17.8.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.7...config/v1.17.8 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 07:10:18 +00:00
RW
87862b1ac6
Merge pull request #533 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.33
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.32 to 1.11.33 in /s3
2022-09-21 10:45:01 +02:00
dependabot[bot]
bbfc356c01
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.32 to 1.11.33.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.32...feature/s3/manager/v1.11.33 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 08:32:43 +00:00
RW
d8d446b1a5
Merge pull request #534 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/config-1.17.7
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.6 to 1.17.7 in /s3
2022-09-21 10:32:02 +02:00
dependabot[bot]
6ba900f18c
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.6 to 1.17.7 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.6 to 1.17.7.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.6...config/v1.17.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 08:28:48 +00:00
RW
dc7bef5d10
Merge pull request #535 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/service/s3-1.27.11
...
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.27.10 to 1.27.11 in /s3
2022-09-21 10:27:56 +02:00
dependabot[bot]
dff3b2aa26
Bump github.com/aws/aws-sdk-go-v2/service/s3 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) from 1.27.10 to 1.27.11.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.27.10...service/s3/v1.27.11 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 08:11:41 +00:00
RW
560664ab5a
Merge pull request #536 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2-1.16.16
...
Bump github.com/aws/aws-sdk-go-v2 from 1.16.15 to 1.16.16 in /s3
2022-09-21 10:10:55 +02:00
RW
68c1b99eac
Merge pull request #532 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/credentials-1.12.20
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.19 to 1.12.20 in /s3
2022-09-21 10:10:31 +02:00
dependabot[bot]
998df25440
Bump github.com/aws/aws-sdk-go-v2 from 1.16.15 to 1.16.16 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.15 to 1.16.16.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.15...v1.16.16 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 07:48:17 +00:00
dependabot[bot]
b59617e2a6
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.19 to 1.12.20.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.19...credentials/v1.12.20 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 07:47:05 +00:00
RW
c6162ed666
Merge pull request #529 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.7
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.6 to 1.17.7 in /dynamodb
2022-09-21 09:46:00 +02:00
dependabot[bot]
31f94813cf
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.6 to 1.17.7.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.6...config/v1.17.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 07:37:50 +00:00
RW
1f256f5391
Merge pull request #530 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/credentials-1.12.20
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.19 to 1.12.20 in /dynamodb
2022-09-21 09:37:07 +02:00
dependabot[bot]
a299404c1b
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.19 to 1.12.20.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.19...credentials/v1.12.20 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 07:27:46 +00:00
RW
72b47afe1e
Merge pull request #527 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.19
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.18 to 1.9.19 in /dynamodb
2022-09-21 09:27:02 +02:00
dependabot[bot]
ce744287b7
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.18 to 1.9.19.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.18...feature/dynamodb/attributevalue/v1.9.19 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 07:08:33 +00:00
RW
9f14918a5a
Merge pull request #525 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.18
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.17 to 1.9.18 in /dynamodb
2022-09-16 09:20:33 +02:00
dependabot[bot]
11aacc8bd1
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.17 to 1.9.18.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.17...feature/dynamodb/attributevalue/v1.9.18 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-16 07:14:02 +00:00
RW
01da118ae2
Merge pull request #521 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.32
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.31 to 1.11.32 in /s3
2022-09-15 10:21:15 +02:00
RW
94d968b7f7
Merge pull request #519 from gofiber/dependabot/github_actions/lewagon/wait-on-check-action-1.1.2
...
Bump lewagon/wait-on-check-action from 1.0.0 to 1.1.2
2022-09-15 10:21:05 +02:00
dependabot[bot]
57c24a378b
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.31 to 1.11.32.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.31...feature/s3/manager/v1.11.32 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 07:53:14 +00:00
dependabot[bot]
fdea0f9267
Bump lewagon/wait-on-check-action from 1.0.0 to 1.1.2
...
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action ) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases )
- [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.0.0...v1.1.2 )
---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 07:52:37 +00:00
RW
58364534e9
Merge pull request #518 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.6
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.5 to 1.17.6 in /dynamodb
2022-09-15 09:50:57 +02:00
dependabot[bot]
bc10416921
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.5 to 1.17.6.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.5...config/v1.17.6 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 07:43:23 +00:00
RW
c30115270c
Merge pull request #516 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.17
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.16 to 1.9.17 in /dynamodb
2022-09-15 09:42:37 +02:00
dependabot[bot]
2c315e1ce7
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.16 to 1.9.17.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.16...service/memorydb/v1.9.17 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 07:29:27 +00:00
RW
ff64bffed1
Merge pull request #514 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/credentials-1.12.19
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.18 to 1.12.19 in /dynamodb
2022-09-15 09:28:48 +02:00
dependabot[bot]
34200e124b
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.18 to 1.12.19.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.18...credentials/v1.12.19 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 07:10:36 +00:00
RW
20a6c8a79b
Update dependabot_automerge.yml
2022-09-14 15:46:35 +02:00
RW
d2569fbe93
Update dependabot_automerge.yml
2022-09-12 08:00:11 +02:00
René Werner
bf76d31f6c
update dependabot_automerge.yml
2022-09-11 13:19:28 +02:00
René Werner
551c37101c
try to fix memory problem within the sqlite race condition check in the tests on windows
2022-09-07 15:31:57 +02:00
RW
23f59994f8
Update release-drafter.yml
2022-09-07 14:35:50 +02:00
RW
109c6b6f4f
Update release-drafter.yml
2022-09-07 13:01:32 +02:00
RW
fc6b3c841b
Merge pull request #512 from gofiber/dependabot/go_modules/mongodb/go.mongodb.org/mongo-driver-1.10.2
...
Bump go.mongodb.org/mongo-driver from 1.10.1 to 1.10.2 in /mongodb
2022-09-07 09:13:03 +02:00
RW
0b3e720b84
Merge pull request #511 from gofiber/dependabot/go_modules/postgres/github.com/lib/pq-1.10.7
...
Bump github.com/lib/pq from 1.10.6 to 1.10.7 in /postgres
2022-09-07 09:11:10 +02:00
dependabot[bot]
7bcf46ac24
Bump go.mongodb.org/mongo-driver from 1.10.1 to 1.10.2 in /mongodb
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.10.1...v1.10.2 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-07 07:07:58 +00:00
dependabot[bot]
0b31353707
Bump github.com/lib/pq from 1.10.6 to 1.10.7 in /postgres
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/lib/pq/releases )
- [Commits](https://github.com/lib/pq/compare/v1.10.6...v1.10.7 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-07 07:07:50 +00:00
RW
872f038e0b
Merge pull request #509 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.31
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.30 to 1.11.31 in /s3
2022-09-05 19:18:51 +02:00
dependabot[bot]
b08cc03b22
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.30 to 1.11.31.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.30...feature/s3/manager/v1.11.31 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 17:10:30 +00:00
RW
328c5ce28f
Merge pull request #508 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/config-1.17.5
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.4 to 1.17.5 in /s3
2022-09-05 19:06:05 +02:00
dependabot[bot]
3e54ad6cac
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.4 to 1.17.5 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.4...config/v1.17.5 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 17:02:27 +00:00
RW
7990d6d708
Merge pull request #507 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/credentials-1.12.18
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.17 to 1.12.18 in /s3
2022-09-05 18:39:48 +02:00
dependabot[bot]
95f32bf522
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.17 to 1.12.18.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.17...credentials/v1.12.18 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 16:34:09 +00:00
RW
95f98b0c41
Merge pull request #504 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.5
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.4 to 1.17.5 in /dynamodb
2022-09-05 18:33:35 +02:00
dependabot[bot]
b0af7b2d2e
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.4...config/v1.17.5 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 16:32:11 +00:00
RW
51f7507c86
Merge pull request #506 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2-1.16.14
...
Bump github.com/aws/aws-sdk-go-v2 from 1.16.13 to 1.16.14 in /s3
2022-09-05 16:49:15 +02:00
dependabot[bot]
0965ae08a9
Bump github.com/aws/aws-sdk-go-v2 from 1.16.13 to 1.16.14 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.13 to 1.16.14.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.13...v1.16.14 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 14:38:17 +00:00
RW
2e6aade129
Merge pull request #503 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2-1.16.14
...
Bump github.com/aws/aws-sdk-go-v2 from 1.16.13 to 1.16.14 in /dynamodb
2022-09-05 16:35:21 +02:00
RW
7d29b5bbf0
Merge pull request #501 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.16
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.15 to 1.9.16 in /dynamodb
2022-09-05 16:27:02 +02:00
dependabot[bot]
6666191087
Bump github.com/aws/aws-sdk-go-v2 from 1.16.13 to 1.16.14 in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.13 to 1.16.14.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.13...v1.16.14 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 14:26:40 +00:00
dependabot[bot]
43b37e9b7e
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.15 to 1.9.16.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.15...service/memorydb/v1.9.16 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 14:25:54 +00:00
RW
6c53e5e46e
Merge pull request #500 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.30
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.29 to 1.11.30 in /s3
2022-09-01 10:10:10 +02:00
dependabot[bot]
d178fca7df
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.29 to 1.11.30.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.29...feature/s3/manager/v1.11.30 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 07:55:29 +00:00
RW
230c3a6c5b
Merge pull request #497 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/config-1.17.4
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.3 to 1.17.4 in /s3
2022-09-01 09:54:46 +02:00
dependabot[bot]
9b85e40cc6
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.3 to 1.17.4 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.3 to 1.17.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.3...config/v1.17.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 07:49:28 +00:00
RW
e38e2dcbba
Merge pull request #496 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2-1.16.13
...
Bump github.com/aws/aws-sdk-go-v2 from 1.16.12 to 1.16.13 in /s3
2022-09-01 09:48:46 +02:00
dependabot[bot]
a5d0a37b49
Bump github.com/aws/aws-sdk-go-v2 from 1.16.12 to 1.16.13 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.12 to 1.16.13.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.12...v1.16.13 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 07:48:18 +00:00
RW
808d103448
Merge pull request #492 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.15
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.14 to 1.9.15 in /dynamodb
2022-09-01 09:18:15 +02:00
dependabot[bot]
30e0b8afa8
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.14 to 1.9.15.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.14...service/memorydb/v1.9.15 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 07:15:39 +00:00
RW
da887624a4
Merge pull request #491 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.4
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.3 to 1.17.4 in /dynamodb
2022-09-01 09:14:48 +02:00
dependabot[bot]
5eb8d57c09
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.3 to 1.17.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.3...config/v1.17.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 07:11:53 +00:00
RW
89493b1be0
Merge pull request #488 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.29
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.27 to 1.11.29 in /s3
2022-08-31 09:59:39 +02:00
dependabot[bot]
7ad1f0f105
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.27 to 1.11.29.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.27...feature/s3/manager/v1.11.29 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 07:43:29 +00:00
RW
ffa78322a4
Merge pull request #487 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/service/s3-1.27.7
...
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.27.5 to 1.27.7 in /s3
2022-08-31 09:42:50 +02:00
dependabot[bot]
ad9cf6da5d
Bump github.com/aws/aws-sdk-go-v2/service/s3 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) from 1.27.5 to 1.27.7.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.27.5...service/s3/v1.27.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 07:39:15 +00:00
RW
a5a18bb80b
Merge pull request #486 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2-1.16.12
...
Bump github.com/aws/aws-sdk-go-v2 from 1.16.11 to 1.16.12 in /s3
2022-08-31 09:38:29 +02:00
dependabot[bot]
81764f4072
Bump github.com/aws/aws-sdk-go-v2 from 1.16.11 to 1.16.12 in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.11 to 1.16.12.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.11...v1.16.12 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 07:38:00 +00:00
RW
327c871825
Merge pull request #483 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.14
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.13 to 1.9.14 in /dynamodb
2022-08-31 09:12:09 +02:00
dependabot[bot]
4126450357
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.13 to 1.9.14.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.13...service/memorydb/v1.9.14 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 07:09:33 +00:00
RW
8e81d7cded
Merge pull request #482 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.3
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.2 to 1.17.3 in /dynamodb
2022-08-31 09:08:49 +02:00
dependabot[bot]
94977c4028
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.2 to 1.17.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.2...config/v1.17.3 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 07:07:49 +00:00
RW
278f9d748a
Merge pull request #480 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/config-1.17.2
...
Bump github.com/aws/aws-sdk-go-v2/config from 1.17.1 to 1.17.2 in /dynamodb
2022-08-30 09:40:19 +02:00
dependabot[bot]
d5f9d825aa
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.17.1...config/v1.17.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-30 07:33:47 +00:00
RW
3a4eb3934d
Merge pull request #481 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.13
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.12 to 1.9.13 in /dynamodb
2022-08-30 09:33:09 +02:00
dependabot[bot]
d0b6aa2131
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.12 to 1.9.13.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.12...service/memorydb/v1.9.13 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-30 07:23:45 +00:00
RW
310758fc7a
Merge pull request #478 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/credentials-1.12.15
...
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.14 to 1.12.15 in /dynamodb
2022-08-30 09:23:06 +02:00
dependabot[bot]
c1ab36765b
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.14 to 1.12.15.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.14...credentials/v1.12.15 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-30 07:15:39 +00:00
RW
f24af60e42
Merge pull request #477 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/service/dynamodb-1.16.1
...
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.16.0 to 1.16.1 in /dynamodb
2022-08-30 09:14:54 +02:00
dependabot[bot]
7d0bbde770
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.0...v1.16.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-30 07:13:28 +00:00
RW
efffcc135b
Merge pull request #473 from gofiber/dependabot/go_modules/sqlite3/github.com/mattn/go-sqlite3-1.14.15
...
Bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 in /sqlite3
2022-08-23 18:38:57 +02:00
dependabot[bot]
1b233673bb
Bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 in /sqlite3
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.14 to 1.14.15.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.14...v1.14.15 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 16:36:47 +00:00
RW
07bde5f757
Merge pull request #471 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.11.27
...
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.26 to 1.11.27 in /s3
2022-08-23 14:17:53 +02:00
RW
ce174aed64
Merge pull request #474 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.9.12
...
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.11 to 1.9.12 in /dynamodb
2022-08-23 14:11:30 +02:00
dependabot[bot]
cff33471cf
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.11 to 1.9.12.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.11...service/memorydb/v1.9.12 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:10:38 +00:00
RW
e211b33874
Merge pull request #475 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/service/dynamodb-1.16.0
...
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.15.13 to 1.16.0 in /dynamodb
2022-08-23 14:09:55 +02:00
dependabot[bot]
05c149e84f
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.26 to 1.11.27.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.26...feature/s3/manager/v1.11.27 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:06:56 +00:00
dependabot[bot]
bf50899345
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /dynamodb
...
Bumps [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.13 to 1.16.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.13...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-23 12:06:37 +00:00
Juan Calderon-Perez
b2f8339751
Support for automerging dependabot PR's ( #476 )
...
* Create dependabot_automerge.yml
* Bump dependabot metadata to 1.3.3
2022-08-23 13:48:52 +02:00
dependabot[bot]
e0435cd1a0
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3 ( #472 )
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.13 to 1.12.14.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.13...credentials/v1.12.14 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 10:04:15 +02:00
dependabot[bot]
d03bf4584c
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3 ( #467 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.25 to 1.11.26.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.25...feature/s3/manager/v1.11.26 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 09:27:21 +02:00
dependabot[bot]
e40f7b86df
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #468 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.1 to 1.17.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.1...config/v1.17.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 09:27:07 +02:00
Juan Calderon-Perez
3a8b8d4f71
Add Conn() support to all storage drivers. ( #451 )
...
* Add DB() support for Redis driver
* Added support for DB() to all drivers
* Fixed typo in README and Lint issue
* Fix lint issue with ristretto db
* Fix lint issue with bbolt db
* Rename DB() to Conn()
* Replace all instances of _DB with _Conn
* Update all the README files
* Return ArangoDB Client instead of DB
2022-08-15 07:58:13 +02:00
Kalissaac
c38c925975
Add Postgres and MySQL connection strings ( #429 )
...
* Add ConnectionURI to Postgres
* Add ConnectionURI to MySQL
* Update Postgres sample db name
2022-08-15 07:48:29 +02:00
dependabot[bot]
d27ddd4739
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3 ( #460 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.24 to 1.11.25.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.24...feature/s3/manager/v1.11.25 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 11:43:06 +02:00
dependabot[bot]
0aec65bb77
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue ( #456 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.10 to 1.9.11.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.10...service/memorydb/v1.9.11 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 11:05:15 +02:00
dependabot[bot]
671a3e4a04
Bump github.com/aws/aws-sdk-go-v2/config from 1.16.0 to 1.16.1 in /s3 ( #463 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.0...v1.16.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 11:05:08 +02:00
dependabot[bot]
cbc4d3d251
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #457 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.0...v1.16.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 10:27:21 +02:00
dependabot[bot]
fe8cc5f97c
Bump github.com/aws/aws-sdk-go-v2/service/s3 in /s3 ( #464 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) from 1.27.4 to 1.27.5.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.27.4...service/s3/v1.27.5 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 10:27:04 +02:00
dependabot[bot]
af3630ee22
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3 ( #453 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.22 to 1.11.24.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.22...feature/s3/manager/v1.11.24 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 10:28:00 +02:00
dependabot[bot]
602260698d
Bump github.com/aws/aws-sdk-go-v2/service/s3 in /s3 ( #448 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) from 1.27.3 to 1.27.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.27.3...service/s3/v1.27.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 09:33:25 +02:00
dependabot[bot]
ad27e8bcbb
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #452 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.16 to 1.16.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.16...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 09:31:46 +02:00
dependabot[bot]
d4ddc46c29
Bump github.com/aws/aws-sdk-go-v2/config from 1.15.16 to 1.15.17 in /s3 ( #450 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.16 to 1.15.17.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.16...config/v1.15.17 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 12:33:43 +02:00
dependabot[bot]
ac29a7e86c
Bump github.com/aws/aws-sdk-go-v2 from 1.16.9 to 1.16.10 in /dynamodb ( #443 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.9 to 1.16.10.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.9...v1.16.10 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 09:23:44 +02:00
dependabot[bot]
daa2dc7ee4
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue ( #441 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.9 to 1.9.10.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.9...service/memorydb/v1.9.10 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 09:23:32 +02:00
dependabot[bot]
1e822400d5
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue ( #430 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.8 to 1.9.9.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/memorydb/v1.9.8...service/memorydb/v1.9.9 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 12:22:03 +02:00
dependabot[bot]
57f7bb86d5
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /dynamodb ( #432 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.10 to 1.15.11.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.10...config/v1.15.11 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 12:10:49 +02:00
dependabot[bot]
ba65508bc9
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3 ( #438 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.11.21 to 1.11.22.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.21...feature/s3/manager/v1.11.22 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 11:15:19 +02:00
dependabot[bot]
30e23d86d0
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #434 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.15 to 1.15.16.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.15...config/v1.15.16 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 11:14:58 +02:00
dependabot[bot]
7c79c78623
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3 ( #435 )
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.10 to 1.12.11.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.10...credentials/v1.12.11 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 11:14:41 +02:00
dependabot[bot]
caf28d82f7
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb ( #431 )
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.10 to 1.12.11.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.12.10...credentials/v1.12.11 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 11:14:17 +02:00
dependabot[bot]
28ae1f71fb
Bump github.com/aws/aws-sdk-go-v2 from 1.16.8 to 1.16.9 in /s3 ( #439 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.8 to 1.16.9.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.8...v1.16.9 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 11:13:42 +02:00
dependabot[bot]
bdea86b669
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3 ( #428 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.1 to 1.11.21.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.9.1...feature/s3/manager/v1.11.21 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 19:35:59 +02:00
dependabot[bot]
2ec5a2cf70
Bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.15.15 in /s3 ( #427 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.13.1 to 1.15.15.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.13.1...config/v1.15.15 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 17:55:48 +02:00
dependabot[bot]
841d5eaedd
Bump github.com/aws/aws-sdk-go-v2/service/s3 in /s3 ( #426 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2 ) from 1.24.1 to 1.27.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.24.1...service/s3/v1.27.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 16:03:03 +02:00
dependabot[bot]
9ee4838edf
Bump github.com/aws/aws-sdk-go-v2/credentials in /s3 ( #422 )
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.8.0 to 1.12.10.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.8.0...credentials/v1.12.10 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:48:22 +02:00
dependabot[bot]
12203cbbe8
Bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.14 in /sqlite3 ( #397 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.13 to 1.14.14.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.13...v1.14.14 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:32:09 +02:00
dependabot[bot]
e2ce496727
Bump actions/checkout from 2 to 3 ( #421 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:31:46 +02:00
dependabot[bot]
4c11a63573
Bump reviewdog/action-golangci-lint from 1 to 2 ( #420 )
...
Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint ) from 1 to 2.
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases )
- [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: reviewdog/action-golangci-lint
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:03:28 +02:00
dependabot[bot]
725abe0123
Bump github/codeql-action from 1 to 2 ( #423 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 14:57:12 +02:00
dependabot[bot]
81c40a28df
Bump actions/setup-go from 2 to 3 ( #424 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 14:51:02 +02:00
wernerr
2465b14c41
try to fix memory problem within the sqlite race condition check in the tests on windows
2022-08-03 14:36:59 +02:00
wernerr
d002c1076e
try to fix memory problem within the sqlite race condition check in the tests on windows
2022-08-03 14:33:32 +02:00
wernerr
c3e5299489
try to fix memory problem within the sqlite race condition check in the tests on windows
2022-08-03 14:25:17 +02:00
wernerr
2d113619b3
improve dependabot.yml
2022-08-03 14:11:37 +02:00
wernerr
2fdd8600ad
improve dependabot.yml
2022-08-03 13:43:57 +02:00
wernerr
dbc7a0636d
improve dependabot.yml
2022-08-03 13:21:14 +02:00
wernerr
382fd19d57
improve dependabot.yml
2022-08-03 13:19:21 +02:00
wernerr
364ffb1dda
improve test workflow
2022-08-03 13:17:25 +02:00
dependabot[bot]
b787cedd82
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #415 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.7 to 1.15.15.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.7...config/v1.15.15 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 10:14:51 +02:00
dependabot[bot]
2dd7251e59
Bump github.com/arangodb/go-driver from 1.3.2 to 1.3.3 in /arangodb ( #413 )
...
Bumps [github.com/arangodb/go-driver](https://github.com/arangodb/go-driver ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/arangodb/go-driver/releases )
- [Changelog](https://github.com/arangodb/go-driver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/arangodb/go-driver/compare/v1.3.2...v1.3.3 )
---
updated-dependencies:
- dependency-name: github.com/arangodb/go-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 10:14:36 +02:00
dependabot[bot]
b6574fdbfa
Bump go.mongodb.org/mongo-driver from 1.9.1 to 1.10.1 in /mongodb ( #419 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.9.1 to 1.10.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.9.1...v1.10.1 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 10:14:17 +02:00
dependabot[bot]
adcd9c09c3
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue ( #414 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.2 to 1.9.8.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.9.2...service/memorydb/v1.9.8 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 09:05:51 +02:00
Ishan Tyagi
e8a6d1b229
Added a default value for timeout while opening a boltDB. ( #383 )
...
* Added a default value for timeout while opening a boltDB.
* Updated the README.md
2022-08-03 08:49:27 +02:00
wernerr
6d96fb56af
add caching layer for the test actions
2022-05-23 11:23:34 +02:00
dependabot[bot]
6fd94ebd5a
Bump github.com/arangodb/go-driver from 1.3.1 to 1.3.2 in /arangodb ( #376 )
...
Bumps [github.com/arangodb/go-driver](https://github.com/arangodb/go-driver ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/arangodb/go-driver/releases )
- [Changelog](https://github.com/arangodb/go-driver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/arangodb/go-driver/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: github.com/arangodb/go-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 13:21:36 +02:00
dependabot[bot]
0c0027d11d
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue ( #378 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 12:44:12 +02:00
dependabot[bot]
07d3c6b7c1
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #379 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.6 to 1.15.7.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.6...config/v1.15.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 11:51:39 +02:00
dependabot[bot]
8be14c8950
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb ( #377 )
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/mq/v1.12.1...service/mq/v1.12.2 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 09:50:03 +02:00
dependabot[bot]
2f13554ac3
Bump github.com/aws/aws-sdk-go-v2 from 1.16.3 to 1.16.4 in /dynamodb ( #381 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.16.3 to 1.16.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.3...v1.16.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-18 09:08:03 +02:00
RW
3d96c04300
redis action setup for 7 is giving errors
...
https://github.com/shogo82148/actions-setup-redis
2022-05-18 08:28:30 +02:00
dependabot[bot]
debcd26997
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #374 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.4...config/v1.15.6 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 08:35:45 +02:00
dependabot[bot]
96284ee8b7
Bump github.com/lib/pq from 1.10.5 to 1.10.6 in /postgres ( #373 )
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/lib/pq/releases )
- [Commits](https://github.com/lib/pq/compare/v1.10.5...v1.10.6 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 08:09:45 +02:00
dependabot[bot]
a1f5f8b1b0
Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb ( #375 )
...
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.12.0...service/mq/v1.12.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 08:09:28 +02:00
dependabot[bot]
6ea9ef03b5
Bump github.com/mattn/go-sqlite3 from 1.14.12 to 1.14.13 in /sqlite3 ( #372 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.12 to 1.14.13.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.12...v1.14.13 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-13 19:10:26 +02:00
dependabot[bot]
663d7da0e7
Bump go.mongodb.org/mongo-driver from 1.9.0 to 1.9.1 in /mongodb ( #370 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 07:34:47 +02:00
dependabot[bot]
3432c9df7b
Bump go.mongodb.org/mongo-driver from 1.8.4 to 1.9.0 in /mongodb ( #359 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 12:10:16 +02:00
dependabot[bot]
46d63d36ec
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue ( #368 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 11:49:13 +02:00
dependabot[bot]
035b445a98
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb in /dynamodb ( #365 )
...
Bumps [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.3...config/v1.15.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 11:33:45 +02:00
dependabot[bot]
ef2bde0f4a
Bump github.com/aws/aws-sdk-go-v2/config in /dynamodb ( #369 )
...
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.15.3...config/v1.15.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 11:07:53 +02:00
Infinite Sea Inc
b2e9530bc7
allow hosts with prefix "/" , without escaping ( #363 )
...
* allow hosts with prefix "/" , without escaping
* add comment and fix code style
* fix bug
* Remove duplicate format call
* Update lib/pq
* try to fix goSec setup error
Co-authored-by: RW <rene@gofiber.io >
Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com >
2022-05-01 11:07:09 +02:00
wernerr
bd65618ff5
try to fix goSec setup error
2022-05-01 10:26:58 +02:00
Alexander Dunin
6420cf2823
Copypasta in docs/comments with the right default port in redis adapter ( #364 )
...
* Update config.go
* Update README.md
2022-04-26 00:43:50 +03:00
dependabot[bot]
2f656df41c
Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue ( #361 )
...
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) from 1.8.3 to 1.9.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.8.3...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 10:56:18 -04:00