Skip to content

Commit 75d97a3

Browse files
committed
Add v0.50.0 to changelog
1 parent 77f467e commit 75d97a3

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

CHANGELOG.md

+31-9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55

66

7+
## v0.50.0 (2021-10-14)
8+
9+
- Switch HTTP client default User-Agent to LibreGraph Connect
10+
- Inject additional HTTP request headers into libregraph backend requests
11+
- Implement generic libregraph backend
12+
- Also make the identifier backends plugable
13+
- Make bootstrap of backend plugabble
14+
- Add support for visual branding of identifier
15+
- Replace Kopano logo with general app icon
16+
- Refactor translations, English only for now
17+
- Improve style of back buttons after style changes
18+
- Remove more Kopano CI, replace with generic UI and styles
19+
- Migrate more stuff away from konnect naming to lico naming
20+
- Modernize 3rd-party dependencies and remove kpop
21+
- Update 3rd-party identifier webapp dependencies
22+
- Use actually working caddy configuration in example
23+
- Update 3rd-party Go dependencies to their latest
24+
- Build with Go 1.17
25+
- Remove obsolete Jenkinsfile
26+
- Apply LibreGraph naming treewide
27+
28+
729
## v0.34.0 (2021-05-06)
830

931
- Correct Docker based build example
@@ -212,7 +234,7 @@
212234

213235
## v0.24.2 (2019-09-05)
214236

215-
- Merge pull request [#112](https://stash.kopano.io/projects/KC/repos/konnect/issues/112/) in KC/konnect from ~GITCOMMIT/konnect:master to master
237+
- Merge pull request [#112](https://github.com/libregraph/lico/issues/112/) in KC/konnect from ~GITCOMMIT/konnect:master to master
216238

217239

218240
## v0.24.1 (2019-09-04)
@@ -668,7 +690,7 @@
668690
- Remove --insecure parameter from examples
669691
- Remove double claim validation
670692
- identifier: Remove re-logon without password
671-
- Add support to load PKCS[#8](https://stash.kopano.io/projects/KC/repos/konnect/issues/8/) keys
693+
- Add support to load PKCS[#8](https://github.com/libregraph/lico/issues/8/) keys
672694
- Load all keys from file
673695
- Add support for trusted proxies
674696
- identifier: Store logon time and validate max age
@@ -749,7 +771,7 @@
749771
- Implement identifier and kc backend
750772
- Move config to seperate package
751773
- Ignore /examples folder
752-
- Merge pull request [#6](https://stash.kopano.io/projects/KC/repos/konnect/issues/6/) in KC/konnect from ~SEISENMANN/konnect:longsleep-jenkinsfile to master
774+
- Merge pull request [#6](https://github.com/libregraph/lico/issues/6/) in KC/konnect from ~SEISENMANN/konnect:longsleep-jenkinsfile to master
753775
- Add Jenkinsfile
754776
- Add aci builder and systemd service
755777

@@ -758,29 +780,29 @@
758780

759781
- Add docs abourt key and secret parameter
760782
- Fix README to use correct bin location
761-
- Merge pull request [#5](https://stash.kopano.io/projects/KC/repos/konnect/issues/5/) in KC/konnect from ~SEISENMANN/konnect:longsleep-kw-sign-in to master
783+
- Merge pull request [#5](https://github.com/libregraph/lico/issues/5/) in KC/konnect from ~SEISENMANN/konnect:longsleep-kw-sign-in to master
762784
- Add support for KW sign-in form
763-
- Merge pull request [#4](https://stash.kopano.io/projects/KC/repos/konnect/issues/4/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-lowercase-cmdline-params to master
785+
- Merge pull request [#4](https://github.com/libregraph/lico/issues/4/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-lowercase-cmdline-params to master
764786
- Use only lower case commandline arguments
765-
- Merge pull request [#3](https://stash.kopano.io/projects/KC/repos/konnect/issues/3/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-external-rndm to master
787+
- Merge pull request [#3](https://github.com/libregraph/lico/issues/3/) in KC/konnect from ~SEISENMANN/konnect:longsleep-use-external-rndm to master
766788
- Use rndm from external module
767789
- Build static without cgo by default
768790
- Add Makefile
769791
- Use seperate listener, add log message when listening started
770792
- Put local imports last
771793
- Use build date in version command
772794
- Add X-Forwarded-Prefix to Caddyfile
773-
- Merge pull request [#2](https://stash.kopano.io/projects/KC/repos/konnect/issues/2/) in KC/konnect from ~SEISENMANN/konnect:longsleep-caddyfile to master
795+
- Merge pull request [#2](https://github.com/libregraph/lico/issues/2/) in KC/konnect from ~SEISENMANN/konnect:longsleep-caddyfile to master
774796
- Add example Caddyfile
775797
- Move random helpers to own subpackage
776-
- Merge pull request [#3](https://stash.kopano.io/projects/KC/repos/konnect/issues/3/) in ~SEISENMANN/konnect from longsleep-konnect-id-scope to master
798+
- Merge pull request [#3](https://github.com/libregraph/lico/issues/3/) in ~SEISENMANN/konnect from longsleep-konnect-id-scope to master
777799
- Implement konnect/id scope
778800
- Update dependencies
779801
- Enable code flows in discovery document
780802
- Support --secret parameter value as hex
781803
- Update README with newly added parameters
782804
- Support identity claims in refresh tokens
783-
- Merge pull request [#1](https://stash.kopano.io/projects/KC/repos/konnect/issues/1/) in ~SEISENMANN/konnect from longsleep-encrypt-cookies-in-at to master
805+
- Merge pull request [#1](https://github.com/libregraph/lico/issues/1/) in ~SEISENMANN/konnect from longsleep-encrypt-cookies-in-at to master
784806
- Add encryption manager
785807
- Use nacl.secretbox for cookies encryption
786808
- Prepare encryption of cookies value in at

0 commit comments

Comments
 (0)