com.inductiveautomation.ignition.client.script.LegacyClientTagUtilities

So after upgrading to Ignition 8, I have noticed that python script errors are now reporting com.inductiveautomation.ignition.client.script.LegacyClientTagUtilities…
I am just curious if this is now legacy, is there something replacing this? Is this legacy because vision will eventually be phased out in favor of perspective?
Should I start rewriting now?
Maybe it always said that and I just didn’t notice…

You’re reading into it too much.

Many of the tag-related functions were deprecated and replace with new versions to better match the new tag system. The old utilities got put into a class called “Legacy…”

So it’s not really anything to do with Vision or Perspective, but rather just rewriting your scripts to use the new tag-related functions.

Thank you