Releases: Shareed2k/goth_fiber
Releases · Shareed2k/goth_fiber
v0.3.0
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.38.1 to 2.39.0 by @dependabot in #36
- Bump github.com/markbates/goth from 1.74.1 to 1.74.2 by @dependabot in #37
- Bump github.com/markbates/goth from 1.74.2 to 1.75.1 by @dependabot in #38
- Bump github.com/gofiber/fiber/v2 from 2.39.0 to 2.40.1 by @dependabot in #41
- Bump github.com/markbates/goth from 1.75.1 to 1.75.2 by @dependabot in #42
- Bump github.com/gofiber/fiber/v2 from 2.40.1 to 2.41.0 by @dependabot in #43
- Bump github.com/markbates/goth from 1.75.2 to 1.76.0 by @dependabot in #44
- Bump github.com/gofiber/fiber/v2 from 2.41.0 to 2.42.0 by @dependabot in #46
- Bump github.com/markbates/goth from 1.76.0 to 1.76.1 by @dependabot in #48
- Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 by @dependabot in #47
- Bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.43.0 by @dependabot in #49
- Bump github.com/markbates/goth from 1.76.1 to 1.77.0 by @dependabot in #50
- Bump github.com/gofiber/fiber/v2 from 2.43.0 to 2.44.0 by @dependabot in #51
- Bump github.com/gofiber/fiber/v2 from 2.44.0 to 2.45.0 by @dependabot in #52
- Bump github.com/gofiber/fiber/v2 from 2.45.0 to 2.46.0 by @dependabot in #53
- Bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.47.0 by @dependabot in #54
- Bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 by @dependabot in #56
- Bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.0 by @dependabot in #57
- Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 by @dependabot in #58
Full Changelog: v0.2.9...v0.3.0
v0.2.9
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.35.0 to 2.36.0 by @dependabot in #29
- Bump github.com/gofiber/fiber/v2 from 2.36.0 to 2.37.0 by @dependabot in #30
- Bump github.com/gofiber/fiber/v2 from 2.37.0 to 2.37.1 by @dependabot in #31
- Bump github.com/gofiber/fiber/v2 from 2.37.1 to 2.38.1 by @dependabot in #32
- Bump github.com/markbates/goth from 1.73.0 to 1.73.1 by @dependabot in #34
- Bump github.com/markbates/goth from 1.73.1 to 1.74.1 by @dependabot in #35
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- Bump github.com/markbates/goth from 1.72.0 to 1.73.0 by @dependabot in #27
- Bump github.com/gofiber/fiber/v2 from 2.34.1 to 2.35.0 by @dependabot in #28
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.29.0 to 2.30.0 by @dependabot in #18
- Bump github.com/gofiber/fiber/v2 from 2.30.0 to 2.31.0 by @dependabot in #19
- Bump github.com/markbates/goth from 1.69.0 to 1.71.0 by @dependabot in #20
- Bump github.com/markbates/goth from 1.71.0 to 1.71.1 by @dependabot in #21
- Bump github.com/gofiber/fiber/v2 from 2.31.0 to 2.32.0 by @dependabot in #22
- Bump github.com/gofiber/fiber/v2 from 2.32.0 to 2.33.0 by @dependabot in #23
- Bump github.com/markbates/goth from 1.71.1 to 1.72.0 by @dependabot in #24
- Bump github.com/gofiber/fiber/v2 from 2.33.0 to 2.34.0 by @dependabot in #25
- Bump github.com/gofiber/fiber/v2 from 2.34.0 to 2.34.1 by @dependabot in #26
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.26.0 to 2.27.0 by @dependabot in #15
- Bump github.com/gofiber/fiber/v2 from 2.27.0 to 2.28.0 by @dependabot in #16
- Bump github.com/gofiber/fiber/v2 from 2.28.0 to 2.29.0 by @dependabot in #17
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.23.0 to 2.24.0 by @dependabot in #9
- Bump github.com/markbates/goth from 1.68.0 to 1.69.0 by @dependabot in #13
- Bump github.com/gofiber/fiber/v2 from 2.24.0 to 2.25.0 by @dependabot in #12
- Added a way to prevent CompleteUserAuth from logging out automatically by @skeswa in #11
- Bump github.com/gofiber/fiber/v2 from 2.25.0 to 2.26.0 by @dependabot in #14
New Contributors
- @dependabot made their first contribution in #9
- @skeswa made their first contribution in #11
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Fix session store override and the example by @davidkarolyi in #8
New Contributors
- @davidkarolyi made their first contribution in #8
Full Changelog: v0.2.3...v0.2.4