IpernityNET Changelog

What's new in IpernityNET 0.3.1

Jan 6, 2012
  • New method Account.UploadCheckTicketsAsync (overloaded). Checks tickets without blocking the calling thread

New in IpernityNET 0.3.0 (Jan 6, 2012)

  • Accounts are now cached. Using the method Ipernity.AuthGetAccount gets the account from the cache if the account already exists
  • Access to all account with Ipernity.Cache.AllAccounts
  • Ipernity.AuthCheckToken do not throw exception anymore if token is invalid
  • Cancelling an upload works properly
  • New method Ipernity.AuthGetAccount(). Gets the account from the current token
  • New method Ipernity.UploadFileAsync (overloaded). Upload a file without blocking the calling thread
  • New method Ipernity.UploadReplaceAsync (overloaded). Replace a file without blocking the calling thread

New in IpernityNET 0.2.2 (Jan 6, 2012)

  • Assembly name and namespace changed to IpernityNET
  • IpernityAPI class name changed to Ipernity
  • User can access to cache thank to the Ipernity.Cache property
  • Account.UploadReplace has 3 new overloads:
  • UploadReplace(UploadStream)
  • UploadReplace(UploadStream, Document)
  • UploadReplace(UploadStream, int)
  • They allows to replace a file from a stream
  • The TicketResults class has 4 new methods:
  • GetDoneTickets()
  • GetDoneDocuments()
  • GetInvalidTickets()
  • GetLeftTickets()

New in IpernityNET 0.2.1 (Mar 13, 2009)

  • Add the possibility to get an authentication link without a frob (for web apps).