1.29.0 #3671
Replies: 10 comments 24 replies
-
Thanks for the update! The push notification feature looks nice :) Are websockets only used for notifications? I don't remember configuring websockets for my own setup in the past. Are there any downsides/risks/footnotes when implementing push notifications on our own vaultwarden setup? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update! |
Beta Was this translation helpful? Give feedback.
-
I'm excited to try out the new push notifications, but I haven't been successful. I've updated the container to 1.29 (container logs show the correct version), included the new push variables (generated values using the link from #3304 ), running bitwarden Android app Version: 2023.5.0 (6330). I signed out of the mobile app and signed back in, enabled "approve login requests", and tapped "pending login requests" but that gave me an error saying "We are unable to process your request. Please try again or contact us." I double checked the devices table in phpmyadmin (using mariadb) and the push token and push uuid columns are null. Edit: Log file didn't have anything useful, but I don't have the log level turned up or anything. p.s. I also switched my setup to use the new port 80 web sockets and adjusted my proxy, no issues there, the browser dev console seemed to indicate wss connection was good. |
Beta Was this translation helpful? Give feedback.
-
Organization API key doesn't work for me:
DB: PostgreSQL Any idea? |
Beta Was this translation helpful? Give feedback.
-
Hello, If I understand correctly, it is now possible to use the Directory Connector to synchronize AD users with Bitwarden?https://github.com/bitwarden/directory-connector/releases/tag/v2022.11.0 Thanks ;) |
Beta Was this translation helpful? Give feedback.
-
Big thanks for the update! Is there any need for exposing port 3012 via the Dockerfile anymore? |
Beta Was this translation helpful? Give feedback.
-
That is what I thought.
So the EXPOSE 3012 instruction in the official Dockerfiles is just for
legacy reasons...?
|
Beta Was this translation helpful? Give feedback.
-
I notice the P.S. I plan to update the proxy samples swag ships to use 80 instead of 3012 maybe after the next release of VW to give people enough time to get updated, unless there are plans to remove backwards compatibility using 3012 in the next release (your other comments seem to indicate that's not the plan currently). |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is a feature: |
Beta Was this translation helpful? Give feedback.
-
Hello, I edited the Wiki for the Mobile push configuration |
Beta Was this translation helpful? Give feedback.
-
Major changes and New Features
WEBSOCKET_ENABLED
and a separate port anymore.Some proxy examples still need to be updated for this. Support for the old websockets port 3012 will remain for the time being.
See: feat: Support for storing passkeys in the vault #3593, thanks @GeekCornerGH!
What's Changed
String
to&str
for all Rocket functions and some other fixes by @BlackDex in ChangeString
to&str
for all Rocket functions and some other fixes #3491v0.5
branch to fix endpoints by @BlackDex in Use Rocketv0.5
branch to fix endpoints #3502null
not an empty object by @stefan0xC in policy data should benull
not an empty object #3513New Contributors
Full Changelog: 1.28.1...1.29.0
This discussion was created from the release 1.29.0.
Beta Was this translation helpful? Give feedback.
All reactions