1Password - Admin Changelog
1Password - Admin Changelog
v0.172.0 (2025-11-17)
No specific changes to the integration.
v0.170.0 (2025-11-14)
No specific changes to the integration.
v0.169.0 (2025-10-31)
No specific changes to the integration.
Additional Changes
Improves handling of large results when running a connector in the Lumos On Prem Agent
v0.168.0 (2025-10-30)
No specific changes to the integration.
v0.167.0 (2025-10-30)
No specific changes to the integration.
v0.166.0 (2025-10-29)
No specific changes to the integration.
v0.165.0 (2025-10-28)
No specific changes to the integration.
Additional Changes
Adds the new --data-file arg to the compile-on-prem connector SDK command that allows including non-python files in built connectors. This argument accepts a relative path to the path specified for --connector-root-module-dir and can be applied multiple times.
v0.164.0 (2025-10-28)
No specific changes to the integration.
v0.163.0 (2025-10-27)
No specific changes to the integration.
v0.162.0 (2025-10-27)
No specific changes to the integration.
v0.161.0 (2025-10-24)
No specific changes to the integration.
v0.160.0 (2025-10-23)
No specific changes to the integration.
v0.159.0 (2025-10-23)
No specific changes to the integration.
v0.158.0 (2025-10-23)
No specific changes to the integration.
v0.157.0 (2025-10-23)
👋 New integration!
v0.156.0 (2025-10-23)
No specific changes to the integration.
v0.155.0 (2025-10-21)
No specific changes to the integration.
v0.154.0 (2025-10-21)
No specific changes to the integration.
v0.153.0 (2025-10-17)
🔄 General Changes
- Internal integration structure has changed, please report any issues that might occur after this update, or contact support. Specific changes that might be easy to spot: inability to perform certain actions, insufficient data, etc.
v0.152.0 (2025-10-17)
No specific changes to the integration.
v0.151.0 (2025-10-15)
No specific changes to the integration.
v0.150.0 (2025-10-14)
No specific changes to the integration.
v0.149.0 (2025-10-14)
No specific changes to the integration.
v0.148.0 (2025-10-13)
No specific changes to the integration.
v0.147.0 (2025-10-10)
No specific changes to the integration.
v0.146.0 (2025-10-10)
No specific changes to the integration.
v0.145.0 (2025-10-08)
No specific changes to the integration.
v0.144.0 (2025-10-08)
No specific changes to the integration.
v0.142.0 (2025-10-07)
No specific changes to the integration.
v0.141.0 (2025-10-06)
No specific changes to the integration.
v0.139.0 (2025-10-03)
No specific changes to the integration.
v0.138.0 (2025-10-01)
No specific changes to the integration.
v0.137.0 (2025-09-26)
No specific changes to the integration.
Additional Changes
Adds third party licenses when compiling a connector using the SDK
v0.136.0 (2025-09-26)
No specific changes to the integration.
Additional Changes
Adds handling to the SDK default HTTPHandler for 502 errors generated by the client.
v0.135.0 (2025-09-26)
No specific changes to the integration.
v0.134.0 (2025-09-19)
No specific changes to the integration.
v0.133.0 (2025-09-19)
No specific changes to the integration.
v0.132.0 (2025-09-18)
No specific changes to the integration.
v0.131.0 (2025-09-18)
No specific changes to the integration.
v0.129.0 (2025-09-15)
No specific changes to the integration.
v0.128.0 (2025-09-15)
No specific changes to the integration.
v0.127.0 (2025-09-15)
No specific changes to the integration.
v0.126.0 (2025-09-12)
No specific changes to the integration.
v0.125.0 (2025-09-12)
No specific changes to the integration.
v0.124.0 (2025-09-11)
No specific changes to the integration.
v0.123.0 (2025-09-10)
No specific changes to the integration.
v0.121.0 (2025-09-01)
No specific changes to the integration.
v0.120.0 (2025-08-27)
No specific changes to the integration.
v0.119.0 (2025-08-26)
Warning
This update contains breaking changes that may require attention. Please review the changes and update your integration accordingly.
🔑 Entitlement Changes
- Entitlement type 'Group' is no longer supported
📦 Resource Changes
- Resource type 'Global Resource' is no longer supported
v0.118.0 (2025-08-22)
No specific changes to the integration.
v0.117.0 (2025-08-21)
No specific changes to the integration.
v0.116.0 (2025-08-19)
No specific changes to the integration.
v0.115.0 (2025-08-15)
No specific changes to the integration.
v0.114.0 (2025-08-15)
No specific changes to the integration.
v0.113.0 (2025-08-14)
No specific changes to the integration.
v0.112.0 (2025-08-13)
No specific changes to the integration.
v0.111.0 (2025-08-13)
No specific changes to the integration.
v0.110.0 (2025-08-13)
No specific changes to the integration.
v0.109.0 (2025-08-13)
No specific changes to the integration.
v0.108.0 (2025-08-13)
No specific changes to the integration.
v0.107.0 (2025-08-12)
No specific changes to the integration.
v0.106.0 (2025-08-11)
No specific changes to the integration.
v0.105.0 (2025-08-08)
No specific changes to the integration.
v0.104.0 (2025-08-08)
No specific changes to the integration.
v0.104.0 (2025-07-31)
No specific changes to the integration.
v0.103.0 (2025-07-29)
No specific changes to the integration.
Additional Changes
- Updates the connector command "hacking" to be called "dev". The "hacking" command remains an alias for "dev" for backwards compatibility
v0.102.0 (2025-07-28)
No specific changes to the integration.
Additional Changes
- Fixes an error in logging secret redaction that was causing additional error logs to be generated
v0.98.0 (2025-07-25)
No specific changes to the integration.
Additional Changes
- SDK types moved to separate package, keeping backwards compatibility to original SDK modules.
- Mypy configuration needs to be updated to resolve the new
connector_sdk_typespackage, pre-commit hooks will fail otherwise. Add the"$MYPY_CONFIG_FILE_DIR/../../../../projects/libs/python/connector-sdk-types/"path tomypy_pathkey in allpyproject.tomlfiles in connector packages. A new pre-commit step was added that checks for the presence of this path and automatically adds it if neccessary.
v0.96.0 (2025-07-25)
Warning
This update contains breaking changes that may require attention. Please review the changes and update your integration accordingly.
v0.95.0 (2025-07-23)
No specific changes to the integration.
v0.94.0 (2025-07-23)
No specific changes to the integration.
v0.93.0 (2025-07-18)
No specific changes to the integration.
v0.92.0 (2025-07-18)
No specific changes to the integration.
v0.91.0 (2025-07-18)
No specific changes to the integration.
v0.90.0 (2025-07-17)
No specific changes to the integration.
v0.89.0 (2025-07-15)
No specific changes to the integration.
v0.88.0 (2025-07-15)
No specific changes to the integration.
v0.87.0 (2025-07-14)
No specific changes to the integration.
Additional Changes
- Adds the ability for connectors on Windows to use the system CA certificates instead of the default certifi library certificates.
v0.86.0 (2025-07-10)
No specific changes to the integration.
v0.85.0 (2025-06-27)
No specific changes to the integration.
v0.84.0 (2025-06-27)
No specific changes to the integration.
v0.82.0 (2025-06-18)
No specific changes to the integration.
v0.81.0 (2025-06-16)
No specific changes to the integration.
Additional Changes
Forward critical critical error logs to Lumos from on-prem agent connectors if LUMOS_ON_PREMISE_AGENT_SEND_CRITICAL_LOGS_TO_LUMOS is on (*ON-PREM ONLY)
v0.80.0 (2025-06-13)
No specific changes to the integration.
v0.79.0 (2025-06-13)
No specific changes to the integration.
v0.78.0 (2025-06-13)
No specific changes to the integration.
v0.77.0 (2025-06-13)
No specific changes to the integration.
v0.76.0 (2025-06-12)
No specific changes to the integration.
v0.73.0 (2025-06-10)
No specific changes to the integration.
v0.72.0 (2025-06-10)
No specific changes to the integration.
v0.70.0 (2025-06-04)
No specific changes to the integration.
v0.68.0 (2025-05-30)
No specific changes to the integration.
v0.67.0 (2025-05-29)
No specific changes to the integration.
v0.66.0 (2025-05-29)
Warning
This update contains breaking changes that may require attention. Please review the changes and update your integration accordingly.
🔄 General Changes
- Internal integration structure has changed, please report any issues that might occur after this update, or contact support. Specific changes that might be easy to spot: inability to perform certain actions, insufficient data, etc.
⚙️ Settings Changes
- Settings parameter 'Account Address' added and is now required.
- Settings parameter 'Secret Key' added and is now required.
v0.65.0 (2025-05-29)
No specific changes to the integration.
v0.63.0 (2025-05-28)
No specific changes to the integration.
v0.62.0 (2025-05-26)
No specific changes to the integration.
v0.61.0 (2025-05-23)
No specific changes to the integration.
v0.59.0 (2025-05-21)
No specific changes to the integration.
v0.58.0 (2025-05-15)
No specific changes to the integration.
v0.57.0 (2025-05-12)
No specific changes to the integration.
v0.56.0 (2025-05-09)
No specific changes to the integration.
v0.55.0 (2025-05-07)
No specific changes to the integration.
Additional Changes
- Adds redaction of secrets within command logs
- Adds a new environment variable LUMOS_ADDITIONAL_REDACTED_LOG_KEYS that can be set with a comma separated list of strings to redact additional secrets within command logs
v0.54.0 (2025-04-28)
No specific changes to the integration.
v0.53.0 (2025-04-28)
No specific changes to the integration.
v0.52.0 (2025-04-24)
v0.51.0 (2025-04-21)
No specific changes to the integration.
v0.50.0 (2025-04-16)
v0.49.0 (2025-04-16)
No specific changes to the integration.
v0.48.0 (2025-04-16)
No specific changes to the integration.
v0.47.0 (2025-04-15)
No specific changes to the integration.
Additional Changes
Updates the connector SDK to include boto3 and uvicorn as dependencies
v0.46.0 (2025-04-11)
No specific changes to the integration.
v0.45.0 (2025-04-11)
No specific changes to the integration.
v0.44.0 (2025-04-09)
No specific changes to the integration.
v0.43.0 (2025-04-08)
No specific changes to the integration.
v0.41.0 (2025-04-08)
No specific changes to the integration.
v0.40.0 (2025-04-08)
No specific changes to the integration.
v0.39.0 (2025-04-07)
No specific changes to the integration.
v0.37.0 (2025-04-04)
No specific changes to the integration.
v0.36.0 (2025-04-03)
Setting up changelogs for all connectors
Updated 12 days ago