File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 0.2.0 [2020-10-16]
5+ --------------------------
6+
7+ Features
8+ ~~~~~~~~
9+
10+ - Added organization in list display, possibility to filter by organization,
11+ and other minor improvements
12+ - Added OpenAPI documentation (a.k.a. REST swagger) for the REST API
13+ - Added bearer token authentication to REST API
14+
15+ Changes
16+ ~~~~~~~
17+
18+ - Allow subnets to be shared
19+ - Changed hosts API endpoint for consistency
20+ - Added trailing slash to endpoints for consistency
21+
22+ Bugfixes
23+ ~~~~~~~~
24+
25+ - Fixed master subnet multitenant validation
26+ - Fixed master subnet multitenant validation
27+ - Fixed admin multitenancy issue in hierarchical view
28+ - Fixed integration tests with openwisp-users 0.4.1
29+ - Fixed wrong API URL for ``list_create_ip_address ``
30+ - Add MANIFEST to fix missing admin templates from python package
31+
432Version 0.1.1 [2020-09-03]
533--------------------------
634
Original file line number Diff line number Diff line change 1- VERSION = (0 , 1 , 1 , 'final' )
1+ VERSION = (0 , 2 , 0 , 'final' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments