v1.1.2
This release fixes a few bugs, refactors the codebase to make it reusable in other projects and adds an (experimental) ownCloud backend. Scraping the v1.1.2 dev PR we can see these interesting commits:
Enhancements
- Add support for including groups in groups #23
- Add App Password Support #60 - implements #54
- Allow for configuring DN format #57
- Add shadow account support #84 - implements #81
- owncloud10 backend graphapi #104
Changes
- Refactor packages #105 - allows better reuse of the packages
Bugfixes
- Expose LDAPS ports in Docker container #49
- Fix wrong env for arm32 #52 - fixes #51
- 9f349d1 - fixes String formatting not working #64
- Update host #70 - for correct port forwarding in docker
- Fix unkeyed fields #80 - fixes Fix Issues found using Go Vet #43
- Fix mutex #88 - fixes Fix Issues found using Go Vet #43
I also tried to use travis to deploy a draft release using a new machine user @glauth-ci which led to several unneeded merges to master
after manually merging the dev
branch, but it should work now.
I'll set up a new dev branch now and cleanup the milestones.
Cheers!
@butonic - new co-maintainer, trying to help @benyanke get things rolling again.