Recently I tried to implement IPv6 in our network however I met a problem - DHCPv6 server is not able to delegate ipv6 address. It is problem because receiving ipv6 addresses via stateless route advertising is disabled and thus it is not possible to ping client's routers, which is bad because you do not know if ipv6 is working or not.
So it would be good to have implemented address delegation (including static pool) to be able to set-up ipv6 in larger networks. Without this feature, the usability of ipv6 is quite limited.
Static ipv6 are not a solution. When you want to move the client to another node, you have to do an extra configuration of client's router instead of just changing the SSID of wifi AP so it is easy to forget on it.
It would be good to have this feature in 6.xx versions too.
I have also one note to adding default route via DHCPv6. The client in 6.46 adds ::/0 by default and it is question if it is good as default route should be 2000::/3 afaik.