Version 2.16

TAU-2622 Add creator and creation timestamp for objects in web api
TAU-2675 Create public api endpoint for whoami
TAU-2672 Create version endpoints for pub API and test
TAU-2691 Add admin field for whoami for public api endpoint
TAU-2695 public API enhancements
TAU-2722 Change "include" to "extend" in public Swagger documentation
TAU-2651 Fix double error issue when permsWrite doesn't have user nor group
TAU-2662 Fixing swagger annotations for public api
TAU-2688 Switch field properties to property_values in public api endpoints
TAU-2646 Create whoami endpoint for public api and web api
TAU-2559 Workspace Views feature
TAU-2657 Remove leading slash from paths in filelists
TAU-2680 setting security.accessTokenCache.timeToIdle to 3 months causes immediate logout
TAU-2593

Remove IPV delete

Note that IP Delete is still supported

TAU-2630

For ‘pi <object> add', <object_name> argument and ‘--template’ are option mutually exclusive

Applies to: [ user | group | library | ip ] add
and to: [ prop | propset ] create

Current behavior allows use of <object_name> argument and '--template' option together,
and simply ignores the <object_name> argument (which might be confusing to user).

Desired behavior is to generate error for use of both the argument and option together, as in:
Expect ERROR:argument identifier: not allowed with argument --template

TAU-2645 Show @HEAD version in pi ws ls
TAU-2656 piclient.conf default library command should include 'label' field
TAU-2655 --optional flag doesn't work with property column for IPs in piclient.conf
TAU-2659 pi user edit should return EditNoChangeMsg when no modification
TAU-2665 cdslib files are not updated when an IP is removed
TAU-2671 running 'pi login' without providing a username causes stack trace
TAU-2692 pi ws ls --format json should show the active view
TAU-2696 Add is_admin flag to the user details
TAU-2697 Add is_admin flag to user details in web API
TAU-2698 Add is_admin flag to user details in public API
TAU-2699 Add is_admin flag to user details in CLI API
TAU-2700 pi whoami to support json format