Releases: pglombardo/PasswordPusher
v1.39.9: More TestMailer Tool Checks
📝 What’s Changed
🚀 Features
- TestMailer: Add more checks (#2038) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.910.0 to 1.911.0 (#2040) @dependabot
- ⬆️ Bump reline from 0.5.0 to 0.5.1 (#2039) @dependabot
- ⬆️ Bump aws-partitions from 1.909.0 to 1.910.0 (#2036) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.9
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.8: Email Tools
📝 What’s Changed
This release adds a new TestMailer to test sending email from the application console. See this article for instructions.
🚀 Features
- Send notification on password change (#2031) @pglombardo
- Email: Add new TestMailer to diagnose SMTP issues (#2035) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.908.0 to 1.909.0 (#2033) @dependabot
- ⬆️ Bump rake from 13.2.0 to 13.2.1 (#2032) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.8
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.7: Database Performance Bump
📝 What’s Changed
- DB: Add Indexes to Views Table (#2030) @pglombardo
👥 List of contributors
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.7
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.6: New Docker Tag Scheme
📝 What’s Changed
This release introduces a new Docker tagging schema to replace the old.
The new, more sensible Docker tag schema is now:
vX.X.X
- version tags are release versions of the applicationlatest
- the latest (most recent)vX.X.X
releasestable
- this tag will always point to the latest stable releasenightly
- the nightly development builds
The release
tag will no longer be updated.
🚀 Features
- Docker Tags: latest == latest release (#1951) @pglombardo
📝 Documentation
- Update Docker tag references (#2028) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.907.0 to 1.908.0 (#2027) @dependabot
- ⬆️ Bump json from 2.7.1 to 2.7.2 (#2026) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.6
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.5: Centralise Things & Dependency Updates
📝 What’s Changed
🚀 Features
- ActionController::UnknownFormat: Centralize Handler (#2024) @pglombardo
- Localization: Centralize Keys (#2019) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-partitions from 1.906.0 to 1.907.0 (#2025) @dependabot
- ⬆️ Bump terser from 1.2.1 to 1.2.2 (#2023) @dependabot
- ⬆️ Bump public_suffix from 5.0.4 to 5.0.5 (#2021) @dependabot
- ⬆️ Bump aws-sdk-core from 3.191.5 to 3.191.6 (#2020) @dependabot
- ⬆️ Bump aws-partitions from 1.904.0 to 1.905.0 (#2017) @dependabot
- ⬆️ Bump rake from 13.1.0 to 13.2.0 (#2016) @dependabot
- ⬆️ Bump aws-partitions from 1.903.0 to 1.904.0 (#2015) @dependabot
- ⬆️ Bump debug from 1.9.1 to 1.9.2 (#2014) @dependabot
- ⬆️ Bump aws-partitions from 1.902.0 to 1.903.0 (#2012) @dependabot
- ⬆️ Bump terser from 1.2.0 to 1.2.1 (#2011) @dependabot
- ⬆️ Bump aws-sdk-s3 from 1.146.0 to 1.146.1 (#2010) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.5
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.4: Admin Dashboard Fix & Latest Language Strings
📝 What’s Changed
- Admin Dashboard: Fix for User Creation (#2009) @pglombardo
🚀 Features
- Latest Language Strings (#2007) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump config from 5.3.0 to 5.4.0 (#1979) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.4
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.3: nil Safety & Dependency Updates
📝 What’s Changed
- Add nil safety (#2006) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump config from 5.3.0 to 5.4.0 (#1979) @dependabot
- ⬆️ Bump aws-partitions from 1.901.0 to 1.902.0 (#2005) @dependabot
- ⬆️ Bump aws-sdk-core from 3.191.4 to 3.191.5 (#2004) @dependabot
- ⬆️ Bump aws-partitions from 1.900.0 to 1.901.0 (#2003) @dependabot
- ⬆️ Bump net-smtp from 0.4.0.1 to 0.5.0 (#2002) @dependabot
- ⬆️ Bump reline from 0.4.3 to 0.5.0 (#2000) @dependabot
- ⬆️ Bump aws-partitions from 1.899.0 to 1.900.0 (#1999) @dependabot
- ⬆️ Bump google-apis-storage_v1 from 0.36.0 to 0.37.0 (#1998) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.3
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
Release Tag updated to 1.37.7
Moving forward release
tag to v1.37.7
v1.39.2: Dashboard, DB & Dependency Updates
📝 What’s Changed
- Config: Make default db db/db.sqlite3 (#1995) @pglombardo
🚀 Features
- Admin Dashboard: Show Creation Date & Sign In Count to Users Display (#1989) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump rdoc from 6.6.2 to 6.6.3.1 (#1994) @dependabot
- ⬆️ Bump nio4r from 2.7.0 to 2.7.1 (#1993) @dependabot
- ⬆️ Bump rack from 3.0.9.1 to 3.0.10 (#1992) @dependabot
- ⬆️ Bump better_html from 2.1.0 to 2.1.1 (#1990) @dependabot
- ⬆️ Bump aws-sdk-s3 from 1.145.0 to 1.146.0 (#1988) @dependabot
- ⬆️ Bump locale from 2.1.3 to 2.1.4 (#1987) @dependabot
- ⬆️ Bump aws-sdk-kms from 1.77.0 to 1.78.0 (#1985) @dependabot
- ⬆️ Bump nokogiri from 1.16.2 to 1.16.3 (#1983) @dependabot
- ⬆️ Bump aws-sdk-s3 from 1.144.0 to 1.145.0 (#1982) @dependabot
- ⬆️ Bump sqlite3 from 1.7.2 to 1.7.3 (#1980) @dependabot
- ⬆️ Bump google-apis-storage_v1 from 0.35.0 to 0.36.0 (#1978) @dependabot
- ⬆️ Bump aws-sdk-core from 3.191.3 to 3.191.4 (#1977) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.2
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter
v1.39.1: Better Param Prep & Parsing
📝 What’s Changed
🚀 Features
- Better Param Prep & Parsing (#1972) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump better_html from 2.0.2 to 2.1.0 (#1976) @dependabot
- ⬆️ Bump bigdecimal from 3.1.6 to 3.1.7 (#1975) @dependabot
- ⬆️ Bump aws-partitions from 1.896.0 to 1.897.0 (#1974) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.39.1
..and go to http://localhost:5100
🔗 Useful Links
- Configuration Documentation
- API Documentation
- Docker Hub
- GitHub
- Website
- Newsletter