pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

[ANN] Hyperspace v3.0.0 [v3.0.0] released!

BA
Buenos Aires Smalltalk
Wed, Jul 28, 2021 12:39 PM

Hyperspace, building blocks for Internet technologies on top of Zinc HTTP Components reached it's v3.0.0 version.

Breaking changes

  • Renamed ZnEtag to EntityTag
  • Renamed ZnLink to WebLink
  • Moved PortAvailabilityChecker to a package included in the Deployment group and refactoring a bit the behavior

Non-breaking changes

  • Added methods to easily configure well-known parameters for web links: (relationType: title: mediaQueryHint: mediaTypeHint: addLanguageHint:)
  • Added methods to easily configure well-known relation types for web links: (toCollection toCopyright toEdit toExternalSite toFirst toHelp toIcon toItem toLast toLatestVersion toLicense toMyself toNext toParent toPayment toPredecessorVersion toPrevious toProfile toSearch toSuccessorVersion toTermsOfService toVersionHistory toWorkingCopy toWorkingCopyOrigin )
  • Updated documentation
  • Added ZnUrl>>asWebLink

Migration Guide

  • Load the Hyperspace-Deprecated-V2 package before your code. This package includes automatic rewrite rules and deprecation warnings for the breaking changes.

Regards,

The Buenos Aires Smalltalk team