We briefly moved to a new default version of the viewer today (v2.11). However, after receiving several reports of 401 errors by people using the new version, we're reverting back to v2.10 while we investigate those reports. Sorry if this affected your application :-(.
However, this provides a good opportunity to remind you again that we recommend you should always reference a specific viewer version from your production applications. This will prevent you being surprised by a new version of the viewer suddenly appearing in your application. A new version may have a changed UI or even a changed API. Versioning isn't required for your development and testing code of course, where you may prefer to always reference the newest version.
To reference a specific viewer version, you should reference the viewer JavaScript and CSS files like this:
You can find viewer version information here.
To always use the latest version, you just omit the version parameter, like this:
Once again, we strongly recommend that you DO NOT use the unversioned URL in your production code (unless you like surprises :-)).
Comments
You can follow this conversation by subscribing to the comment feed for this post.