Hello,
I would like to make important changes in my applications using adldaprecord-laravel but I saw that for the moment in its last stable version its dependency is still adldaprecord 1.12.
Is the migration of dependencies to adldaprecord v2 coming soon? Is it better to wait for this migration to avoid important changes later?
Hi @jgrunder! That's a great question! 馃憤
LdapRecord-Laravel v2 itself won't really have many ground-breaking changes to its public API -- unless you've extended the core Import or Synchronizer. That is really the biggest change, since you will (with v2) be able to execute your own custom imports for different LDAP object types.
I can say with confidence that if you decide to build something now with LdapRecord-Laravel v1, it will be an easy and quick process to upgrade to v2 馃憤 .
LdapRecord-Laravel v2 is almost complete -- and I can guarantee to you that it will definitely be out before Christmas.
Let me know if you have any further questions or concerns, I'm always happy to help!
That's perfect @stevebauman You gave an answer to my question, I'll continue bulding applications with this v1 and wait for the v2 to be released and then upgrade to V2.
Thank you so much for your quick reply, appreciate your work ;)
Hi @jgrunder! As promised -- LdapRecord-Laravel v2.0.0 has just been released!
You can view the upgrade guide here:
https://ldaprecord.com/docs/laravel/v2/upgrading
Have an awesome holidays! 馃巺 鉂わ笍
Most helpful comment
Hi @jgrunder! That's a great question! 馃憤
LdapRecord-Laravel v2 itself won't really have many ground-breaking changes to its public API -- unless you've extended the core
ImportorSynchronizer. That is really the biggest change, since you will (with v2) be able to execute your own custom imports for different LDAP object types.I can say with confidence that if you decide to build something now with LdapRecord-Laravel v1, it will be an easy and quick process to upgrade to v2 馃憤 .
LdapRecord-Laravel v2 is almost complete -- and I can guarantee to you that it will definitely be out before Christmas.
Let me know if you have any further questions or concerns, I'm always happy to help!